Skip to main content

TcxCustomTreeList.ColumnCount Property

Returns the number of columns.

Declaration

property ColumnCount: Integer read;

Property Value

Type
Integer

Remarks

For indexed access to columns, use the Columns 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