Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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
GridView
.OptionsNavigation .UseTabKey
WinExplorerView
.OptionsNavigation .UseTabKey
See Also