TcxGridBand.ColumnCount Property
Returns the number of columns belonging to the current band.
Declaration
property ColumnCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the ColumnCount property to obtain the number of columns associated with the current band. All columns belonging to a single band can be accessed via the Columns property.
See Also