TdxBreadcrumbEditRecentPath.ImageIndex Property
In This Article
Specifies the ImageIndex property value of the node that corresponds to the current element.
#Declaration
Delphi
property ImageIndex: TcxImageIndex read; write; default -1;
#Property Value
Type |
---|
Tcx |
#Remarks
The property value identifies the node image by its index within the breadcrumb control’s Properties.Images property. -1 indicates that no image is associated with the node.
The default value of the ImageIndex property is -1.
See Also