vcl-cxgridbandedtableview-04f692ee.md
A grid View band.
TcxGridBand = class(
TcxInterfacedCollectionItem,
IcxStoredObject,
IdxScaleFactor,
IdxAutomationElement
)
A band can group multiple columns in a Banded Table View. You can use the Position property of banded columns to arrange them into multiple rows within a band. Users can drag and drop column headers to rearrange the columns.
The TcxGridBand class members allow you to do the following:
A Banded Table View’s Bands property references a TcxGridBand object.
TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TcxGridBand
See Also