TCustomdxVTreeViewEdit.Selected Property
Determines the selected tree node in a drop-down tree-view control.
Declaration
property Selected: TTreeNode read;
Property Value
Type |
---|
TTreeNode |
Remarks
Use Selected to determine the selected tree node in a drop-down tree-view control.
See Also