Skip to main content

TdxNavBarCustomItem.SmallImageIndex Property

Specifies a collection item’s small image.

Declaration

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