Back to Devexpress

TcxGridBandedTableOptionsBehavior Class

vcl-cxgridbandedtableview-bf48d141.md

latest1.8 KB
Original Source

TcxGridBandedTableOptionsBehavior Class

Represents settings that determine how the Banded Table View responds to end-user actions.

Declaration

delphi
TcxGridBandedTableOptionsBehavior = class(
    TcxGridTableOptionsBehavior
)

Remarks

The TcxGridBandedTableOptionsBehavior object contains settings determining the grid View’s response to user actions via the mouse or keyboard. These options determine whether the cell editors are always active and whether focus can be moved using the Tab and Enter keys, if hints are displayed for columns and bands, etc.

Use the OptionsBehavior property to access these options.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridOptionsBehavior TcxCustomGridTableOptionsBehavior TcxGridTableOptionsBehavior TcxGridBandedTableOptionsBehavior

See Also

TcxGridBandedTableView.OptionsView

Bands

TcxGridBandedTableOptionsBehavior Members

cxGridBandedTableView Unit