TcxCustomTreeList.Images Property
In This Article
Represents a collection of images used as an indication of focused nodes.
#Declaration
Delphi
property Images: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Images for the corresponding select states are specified using the following properties:
An image for the selected node – the node’s SelectedIndex property.
An image for the unselected node – the node’s ImageIndex property.
See Also