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.LargeImageIndex Property

Specifies a collection item’s large image.

#Declaration

Delphi
property LargeImageIndex: TcxImageIndex read; write; default -1;

#Property Value

Type
TcxImageIndex

#Remarks

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

The default value of the LargeImageIndex property is -1.

See Also