TcxVirtualVerticalGrid.OptionsBehavior Property
In This Article
Provides access to settings determining the grid control’s response to user actions.
#Declaration
Delphi
property OptionsBehavior: TcxvgMultiRecordsOptionsBehavior read; write;
#Property Value
Type |
---|
Tcxvg |
#Remarks
Use the OptionsBehavior property to control the grid view’s response to user actions via the mouse and keyboard. These property settings determine whether cell editors are always active and whether focus can be changed using the Tab & Enter keys, etc.
See Also