TdxBarTreeViewCombo.Items Property
Specifies the nodes of a dropdown tree.
Declaration
property Items: TTreeNodes read; write;
Property Value
| Type |
|---|
| TTreeNodes |
Remarks
Use this property to make changes to dropdown tree nodes. Dropdown tree nodes are similar to TTreeView nodes.
See Also