TdxCustomListView.Items Property
Provides access to the list item collection.
Declaration
property Items: TdxListItems read; write;
Property Value
Type | Description |
---|---|
TdxListItems | A list item collection. |
Remarks
Refer to the TdxListItems class description for information on available options.
See Also