TdxNavBarCustomItem.LargeImageIndex Property
In This Article
Specifies a collection item’s large image.
#Declaration
Delphi
property LargeImageIndex: TcxImageIndex read; write; default -1;
#Property Value
Type |
---|
Tcx |
#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