TdxBarTreeViewCombo.SelectedNode Property
Specifies a selected node.
Declaration
property SelectedNode: TTreeNode read; write;
Property Value
| Type |
|---|
| TTreeNode |
Remarks
Enables you to work with the selected node of a treeview. SelectedNode is similar to that of TTreeView object.
See Also