TdxCustomTreeView.Selected Property
Specifies the currently selected node.
Declaration
property Selected: TdxTreeViewNode read; write;
Property Value
Type | Description |
---|---|
TdxTreeViewNode | A tree node. |
Remarks
Note
When multiple node selection is enabled (that is, the Tree View control’s OptionsSelection.MultiSelect property is set to True), the Selected property returns the last selected node.
See Also