TdxTreeViewNode.Selected Property
In This Article
Specifies if the node is selected.
#Declaration
Delphi
property Selected: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | If True, the node is selected; otherwise, it is deselected. |
See Also