Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[Browsable(false)]
public object SmallImages { get; }

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