TcxGridBand.ColumnCount Property
In This Article
Returns the number of columns belonging to the current band.
#Declaration
Delphi
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