TCustomdxTreeViewEdit.Items Property
Items is the items of a drop-down tree-view control.
Declaration
property Items: TTreeNodes read; write;
Property Value
Type |
---|
TTreeNodes |
Remarks
The Items array property allows you to access a specific pointer kept in the Items property of a drop-down tree-view control.
See Also