Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBandPosition Class

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

#Declaration

Delphi
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