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

TcxGridBandedTableOptionsCustomize Class

Contains settings that control runtime manipulations possible for columns and bands of a Banded Table View.

#Declaration

Delphi
TcxGridBandedTableOptionsCustomize = class(
    TcxGridTableOptionsCustomize
)

#Remarks

TcxGridBandedTableViewCustomize properties define the features that can be implemented at runtime for manipulating all columns and bands in the View. These View level settings may be overridden in the Options property of individual bands or columns.

Band manipulations include moving and resizing, and are accessed by clicking and dragging the band header or a band side. Most column features are inherited from the TcxGridTableOptionsCustomize class. The Banded Table View columns have an additional feature, which allows the height of a column within a band to be changed by clicking and dragging its bottom border. See the OptionsCustomize property for more information.

The ExpressQuantumGrid supports nested bands within a Banded Table View – a band can be displayed and arranged within a parent band. This feature is enabled by the View’s OptionsCustomize.NestedBands property.

Each band and column also has an Options property (Band Options and Column Options correspondingly) allowing you to override the global behavior and settings locally.

See Also