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