TcxCustomTreeList.StateImages Property
In This Article
Represents a collection of images used for indicating specific states of a node.
#Declaration
Delphi
property StateImages: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#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