Skip to main content

TcxGridTableOptionsBehavior Class

Contains options determining the grid Table View‘s response to user actions.

Declaration

TcxGridTableOptionsBehavior = class(
    TcxCustomGridTableOptionsBehavior
)

Remarks

The TcxGridTableOptionsBehavior object contains settings determining the View’s response to keyboard and mouse events. This class is inherited from the TcxCustomGridTableOptionsBehavior class and publishes properties but does not implement any new functionality. Its properties determine whether its cell editors are always active, whether the focus can be moved using the Tab and Enter keys, hints are displayed for columns, etc. Use the OptionsBehavior property to access this set of options.

See Also