Back to Devexpress

TcxGridBandOptions Class

vcl-cxgridbandedtableview-ac26db6a.md

latest1.6 KB
Original Source

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

TObject TPersistent TcxGridBandCustomOptions TcxGridBandOptions

See Also

TcxGridBand.Options

TcxGridBandedTableView.OptionsCustomize

TcxGridBandOptions Members

cxGridBandedTableView Unit