TdxBreadcrumbEditRecentPath.ImageIndex Property
Specifies the ImageIndex property value of the node that corresponds to the current element.
Declaration
property ImageIndex: TcxImageIndex read; write; default -1;
Property Value
Type |
---|
TcxImageIndex |
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