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

TcxGridBandOptions Class

Represents a set of options controlling band manipulations.

#Declaration

Delphi
TcxGridBandOptions = class(
    TcxGridBandCustomOptions
)

#Remarks

The TcxGridBandOptions class declares a number of options moving and resizing of bands in a Banded Table View. To control this band behavior, use the TcxGridBand.Options property. This option set controls runtime band manipulation. If moving and/or resizing is disabled for a band (the corresponding options are deactivated), these actions can still be performed via code. You can use the Band.Index property to move a band. The band size is defined via its Width property.

The TcxGridBandedTableView.OptionsCustomize property allows you to specify options common to all bands in a Banded Table View.

#Inheritance

See Also