Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBandedTableView.Columns Property

Provides indexed access to all columns within a Banded Table View.

#Declaration

Delphi
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