Back to Devexpress

TdxNavBarCustomItem.SmallImageIndex Property

vcl-dxnavbarcollns-dot-tdxnavbarcustomitem-90cc31a1.md

latest1.4 KB
Original Source

TdxNavBarCustomItem.SmallImageIndex Property

Specifies a collection item’s small image.

Declaration

delphi
property SmallImageIndex: TcxImageIndex read; write; default -1;

Property Value

Type
TcxImageIndex

Remarks

The property value corresponds to an image index within the NavBar control’s OptionsImage.SmallImages, OptionsImage.HotSmallImages, and OptionsImage.DisabledSmallImages properties that provide small images for collection items in the normal, hot-tracked, and disabled states.

The default value of the SmallImageIndex property is -1.

See Also

TdxNavBarCustomItem.LargeImageIndex

TdxNavBarGroup.LinksUseSmallImages

TdxNavBarGroup.UseSmallImages

Link Arrangement

TdxNavBarCustomItem Class

TdxNavBarCustomItem Members

dxNavBarCollns Unit