TcxGridBandedTableView.Columns Property
Provides indexed access to all columns within a Banded Table View.
Declaration
property Columns[Index: Integer]: TcxGridBandedColumn read; write;
Property Value
Type |
---|
TcxGridBandedColumn |
Remarks
All visible columns within a Banded Table View must belong to a band. To associate a column with a specific band assign the index of that band to the BandedColumn.Position.BandIndex property of that column.
The BandedColumn.Position.ColIndex property specifies the column’s position within a band (if a band contains several columns).
See Also