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