Back to Devexpress

TcxGridCardViewOptionsBehavior Class

vcl-cxgridcardview-f9a8afe7.md

latest1.7 KB
Original Source

TcxGridCardViewOptionsBehavior Class

Contains settings determining how the Card View responds to user actions via the mouse and keyboard.

Declaration

delphi
TcxGridCardViewOptionsBehavior = class(
    TcxCustomGridTableOptionsBehavior
)

Remarks

The TcxGridCardViewOptionsBehavior object contains settings determining the grid Table View response to the user actions. This class is inherited from the TcxCustomGridTableOptionsBehavior class and publishes properties but does not implement any new functionality. These properties determine whether the cell editors are always active, whether the focus can be moved using the Tab and Enter keys, etc.

Use the OptionsBehavior property to access this set of options.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridOptionsBehavior TcxCustomGridTableOptionsBehavior TcxGridCardViewOptionsBehavior

See Also

TcxGridCardView.OptionsBehavior

TcxGridCardViewOptionsBehavior Members

cxGridCardView Unit