TcxCustomTreeView.Selected Property
In This Article
Specifies the currently selected node.
#Declaration
Delphi
property Selected: TTreeNode read; write;
#Property Value
Type | Description |
---|---|
TTree |
The selected node. |
See Also