TdxCustomTreeView.Items Property
Provides access to the tree node collection.
Declaration
property Items: TdxTreeViewNodes read; write;
Property Value
Type | Description |
---|---|
TdxTreeViewNodes | A tree node collection. |
Remarks
Refer to the TdxTreeViewNodes class description for available options.
See Also