TcxTreeListNode.SelectedIndex Property
Specifies the image for the selected node.
Declaration
property SelectedIndex: TcxImageIndex index 1 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 the tree list’s OnGetNodeImageIndex event.
The TcxTreeList control – images can be specified directly via the SelectedIndex property or using the tree list’s OnGetNodeImageIndex event.
See Also