Class NavigationMode
Defines the constants that specify the type of navigation.
Inheritance
System.Object
NavigationMode
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class NavigationMode : Enum
Fields
Cell
Specifies that the grid will navigate by cell.
Declaration
public const NavigationMode Cell
Field Value
| Type |
|---|
| NavigationMode |
Row
Specifies that the grid will navigate by row.
Declaration
public const NavigationMode Row
Field Value
| Type |
|---|
| NavigationMode |