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