Back to Devexpress

TcxGridBand Class

vcl-cxgridbandedtableview-04f692ee.md

latest5.5 KB
Original Source

TcxGridBand Class

A grid View band.

Declaration

delphi
TcxGridBand = class(
    TcxInterfacedCollectionItem,
    IcxStoredObject,
    IdxScaleFactor,
    IdxAutomationElement
)

Remarks

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.

Implements

IcxStoredObject

IdxScaleFactor

Inheritance

TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TcxGridBand

See Also

TcxGridBandedColumn

TcxGridBandedTableView

TcxGridBands

TcxGridBand Members

cxGridBandedTableView Unit