TCustomdxVTreeViewEdit.OnGetSelectedIndex Event
Occurs when a drop-down tree view looks up the SelectedIndex of a node of a drop-down tree view.
Declaration
property OnGetSelectedIndex: TTVExpandedEvent read; write;
Remarks
Write an OnGetSelectedIndex event handler to change the selected image index of a node of a drop-down tree view before it is drawn.
See Also