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

Gets or sets the image list for the small images in the list items

Syntax

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

Property Value

ImageList

Remarks

This property is only valid when ControlType Property is Navigation or SideBar

Requirements

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

See Also