NavElement.SmallImages Property
Gets the source of the small images that can be displayed in the group headers and links.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Object | A ImageList object which provides the small images for group headers and links. |
Remarks
This property returns the image list assigned to the NavBarControl’s NavBarControl.SmallImages property.
See Also