Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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