TcxGridTableView.OptionsBehavior Property
Provides access to grid Table View behavior settings (in all data access modes).
Declaration
property OptionsBehavior: TcxGridTableOptionsBehavior read; write;
Property Value
| Type | Description |
|---|---|
| TcxGridTableOptionsBehavior | Stores grid Table View behavior settings. |
Remarks
Use the OptionsBehavior property to configure general user interaction options for the current grid Table View (a TcxGridTableView, TcxGridDBTableView, or TcxGridServerModeTableView class instance).
Available Options
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.
Other Table View Settings
In addition to OptionsBehavior, you can use the following property sets to configure the grid Table View:
- TcxGridTableView.OptionsCustomize
- Settings that determine the column manipulations that end-users can perform at runtime.
- TcxGridTableView.OptionsData
- Settings that determine the data features of a Table View.
- TcxGridTableView.OptionsSelection
- Settings regarding selections within a Table View.
- TcxGridTableView.OptionsView
- Settings determining the Table View appearance.
See Also