Skip to main content

TcxGridBandedTableOptionsBehavior Class

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

Declaration

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.

See Also