Skip to main content

TcxGridBands Class

Represents the bands collection of a specific Banded Table View.

Declaration

TcxGridBands = class(
    TcxOwnedInterfacedCollection,
    IcxStoredObject,
    IcxStoredParent
)

Remarks

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.

See Also