TdxListColumn.Columns Property
Provides access to the column collection that owns the list column.
Declaration
property Columns: TdxListColumns read;
Property Value
Type | Description |
---|---|
TdxListColumns | The column collection. |
See Also