TdxCustomListView.Columns Property
Provides access to the column collection.
Declaration
property Columns: TdxListColumns read; write;
Property Value
| Type | Description |
|---|---|
| TdxListColumns | The column collection. |
Remarks
Refer to the TdxListColumns class description for information on available options.
See Also