TcxVirtualVerticalGrid.OptionsBehavior Property
Provides access to settings determining the grid control’s response to user actions.
Declaration
property OptionsBehavior: TcxvgMultiRecordsOptionsBehavior read; write;
Property Value
Type |
---|
TcxvgMultiRecordsOptionsBehavior |
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