TcxCustomTreeList.Columns Property
Provides indexed access to all columns.
Declaration
property Columns[Index: Integer]: TcxTreeListColumn read; write;
Property Value
| Type | Description |
|---|---|
| TcxTreeListColumn | A Tree List column. |
Remarks
Pass an index as the Index parameter to access the corresponding column in the collection. Use the ColumnCount property to identify the number of columns accessible through the Columns property.
To access only visible columns, use the VisibleColumns property.
See Also