TcxCustomTreeList.Images Property
Represents a collection of images used as an indication of focused nodes.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
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