dbicExplorerBar Send comments on this topic.
ListFooterImage Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : ListFooterImage Property

Gets or sets the image used for the background of the of the footer of a list.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ListFooterImage As Image
C# 
public virtual Image ListFooterImage {get; set;}

Property Value

Image

Remarks

This property is only valid when ControlType Property is Explorer

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also