Skip to main content

TcxGridDBBandedTableView.Columns Property

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

Declaration

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