TcxTreeListNode.ImageIndex Property
Specifies the node’s select image.
Declaration
property ImageIndex: TcxImageIndex index 0 read; write;
Property Value
Type |
---|
TcxImageIndex |
Remarks
Node select images are stored in the Images collections.
For different tree list controls, images are specified in the following ways:
The TcxVirtualTreeList control – handle the tree list’s OnGetNodeImageIndex event to apply node images.
The TcxDBTreeList control – images can be specified using either the tree list’s DataController.ImageIndexField property or the OnGetNodeImageIndex event.
The TcxTreeList control – images can be specified directly via the ImageIndex property, or using the tree list’s OnGetNodeImageIndex event.
See Also