TcxGridBand.Columns Property
Provides indexed access to the columns associated with the current band.
Declaration
property Columns[Index: Integer]: TcxGridBandedColumn read;
Property Value
Type |
---|
TcxGridBandedColumn |
Remarks
Use the Columns property to gain access to the collection of columns associated with the current band. Each column is an instance of the TcxGridBandedColumn class. The number of columns in a band is determined by the ColumnCount property. To associate a column with a band, you should specify the column’s position via the BandedColumn.Position property.
End-users can move bands within a View by clicking the band headers and moving them to the required position.
See Also