TcxTreeListBand.ColumnCount Property
Returns the number of columns associated with the current band.
Declaration
property ColumnCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property returns the number of elements within the Columns collection. To access all columns created within the TreeList control, use its Columns zero-based indexed collection.
To determine the number of columns that are visible within a band, use its VisibleColumnCount property.
Note
If a band is not a bottom band, the ColumnCount property returns 0.
See Also