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

TcxGridDBBandedTableView.Columns Property

Provides indexed access to the collection of columns within the data-aware Banded Table View.

#Declaration

Delphi
property Columns[Index: Integer]: TcxGridDBBandedColumn read; write;

#Property Value

Type
TcxGridDBBandedColumn

#Remarks

Use the Columns property to access the current View columns. Each column is a TcxGridDBBandedColumn object. This class is a descendant of the TcxGridBandedColumn class so it inherits all its ancestor’s functionality and adds its own properties for implementing the columns connection to a data set field. The banded columns connection to a data field is provided via its DBBandedColumn.DataBinding property.

See Also