Back to Devexpress

TdxCustomTreeView.Selected Property

vcl-dxtreeview-dot-tdxcustomtreeview-8b17e35f.md

latest746 B
Original Source

TdxCustomTreeView.Selected Property

Specifies the currently selected node.

Declaration

delphi
property Selected: TdxTreeViewNode read; write;

Property Value

TypeDescription
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

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit