Back to Devexpress

TcxGridTableView.OptionsBehavior Property

vcl-cxgridtableview-dot-tcxgridtableview-1322b8ad.md

latest2.1 KB
Original Source

TcxGridTableView.OptionsBehavior Property

Provides access to grid Table View behavior settings (in all data access modes).

Declaration

delphi
property OptionsBehavior: TcxGridTableOptionsBehavior read; write;

Property Value

TypeDescription
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.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

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit