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

TdxNavBarCustomItem.LargeImageIndex Property

Specifies a collection item’s large image.

Declaration

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