Skip to main content

TcxGridBandedTableOptionsCustomize Class

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

Declaration

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