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