TdxCustomBreadcrumbEditProperties.Images Property
In This Article
Specifies the image list that provides images for breadcrumb nodes.
#Declaration
Delphi
property Images: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use the node’s ImageIndex property to select an image from the specified Images list.
See Also