vcl-cxgridbandedtableview-ac26db6a.md
Represents a set of options controlling band manipulations.
TcxGridBandOptions = class(
TcxGridBandCustomOptions
)
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.
TObject TPersistent TcxGridBandCustomOptions TcxGridBandOptions
See Also