Back to Devexpress

GridOptionsNavigation.UseTabKey Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsnavigation-b17b08db.md

latest2.2 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool UseTabKey { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property UseTabKey As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 TypePath to UseTabKey
GridView

.OptionsNavigation .UseTabKey

| | WinExplorerView |

.OptionsNavigation .UseTabKey

|

See Also

AutoMoveRowFocus

FocusLeaveOnTab

GridOptionsNavigation Class

GridOptionsNavigation Members

DevExpress.XtraGrid.Views.Grid Namespace