vcl-cxgridbandedtableview-218f1523.md
Represents the bands collection of a specific Banded Table View.
TcxGridBands = class(
TcxOwnedInterfacedCollection,
IcxStoredObject,
IcxStoredParent
)
A Banded Table View structure is based on bands. A band is an object containing columns according to the user’s needs. All bands within a View can be accessed via the GridBandedTableView.Bands property. This property identifies an instance of the TcxGridBands class whose Items property indexes the current View bands.
Columns to be displayed within a Banded Table View must be assigned to an existing band.
TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TcxGridBands
See Also