Skip to main content
A newer version of this page is available. .

GridOptionsNavigation.UseTabKey Property

Gets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus to the next/previous row cell or to the next/previous control in tab order.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool UseTabKey { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the TAB/SHIFT+TAB key combinations are processed by the view; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseTabKey
AdvBandedGridView
.OptionsNavigation.UseTabKey
BandedGridView
.OptionsNavigation.UseTabKey
GridView
.OptionsNavigation.UseTabKey
WinExplorerView
.OptionsNavigation.UseTabKey
See Also