TcxGridBandedTableView.Columns Property
In This Article
Provides indexed access to all columns within a Banded Table View.
#Declaration
Delphi
property Columns[Index: Integer]: TcxGridBandedColumn read; write;
#Property Value
Type |
---|
Tcx |
#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