TcxCustomTreeList.OnGetNodeImageIndex Event
Enables you to specify custom images for nodes.
Declaration
property OnGetNodeImageIndex: TcxTreeListGetNodeImageIndexEvent read; write;
Remarks
Sender specifies the tree list.
ANode specifies the node whose images are to be painted.
AIndexType specifies the image type.
AIndex specifies the image index in the node image collection.
See Also