Skip to main content

TcxGridBandPosition Class

Represents the position of a band within a Banded Table View.

Declaration

TcxGridBandPosition = class(
    TcxGridBandCustomOptions
)

Remarks

The TcxGridBandPosition class defines attributes specifying the nesting level and horizontal position of the band within a Banded Table View or parent band. To set the band’s position, use the TcxGridBand.Position property.

You can allocate a band to the View (root nesting level) or a specific band (called a parent band) by setting the BandIndex property. This designates the parent band or View (when no parent band is selected) that will display the current band. The horizontal position of a band in a parent band or View can be set via the ColIndex property.

Inheritance

See Also