Skip to main content
A newer version of this page is available. .

TcxGridBand Class

A grid View band.

Declaration

TcxGridBand = class(
    TcxInterfacedCollectionItem,
    IcxStoredObject
)

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.

Bands Example

The TcxGridBand class members allow you to do the following:

A Banded Table View’s Bands property references a TcxGridBand object.

Implements

See Also