vcl-cxgridtableview-dot-tcxgridtableview-1322b8ad.md
Provides access to grid Table View behavior settings (in all data access modes).
property OptionsBehavior: TcxGridTableOptionsBehavior read; write;
| Type | Description |
|---|---|
| TcxGridTableOptionsBehavior |
Stores grid Table View behavior settings.
|
Use the OptionsBehavior property to configure general user interaction options for the current grid Table View (a TcxGridTableView, TcxGridDBTableView, or TcxGridServerModeTableView class instance).
You can use the following properties to configure keyboard navigation within the grid Table View:
Refer to the TcxGridTableOptionsBehavior class description for detailed information on all available options.
In addition to OptionsBehavior, you can use the following property sets to configure the grid Table View:
TcxGridTableView.OptionsCustomizeSettings that determine the column manipulations that end-users can perform at runtime.TcxGridTableView.OptionsDataSettings that determine the data features of a Table View.TcxGridTableView.OptionsSelectionSettings regarding selections within a Table View.TcxGridTableView.OptionsViewSettings determining the Table View appearance. See Also