TcxCustomTreeList.StateImages Property
Represents a collection of images used for indicating specific states of a node.
Declaration
property StateImages: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
State images are used to specify the application-specific states of the node.
An image for a node is specified via the node’s StateIndex property.
See Also