Skip to main content

TcxCustomTreeList.Columns Property

Provides indexed access to columns.

Declaration

property Columns[Index: Integer]: TcxTreeListColumn read; write;

Property Value

Type
TcxTreeListColumn

Remarks

Index specifies the column’s position in the collection.

The total number of columns can be obtained via the ColumnCount property.

To obtain the number of columns that belong to a particular band, use the band’s ColumnCount property. For indexed access to the band’s columns, use the band’s Columns property.

See Also