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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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 |
|
WinExplorerView |
|
See Also