Class NavigationMode
Gets or sets the value that indicates whether the arrow key navigation in the SfDataGrid should be cell wise or row wise.
Inheritance
System.Object
NavigationMode
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class NavigationMode : Enum
Fields
Cell
Specifies the cell navigation in SfDataGrid.
Declaration
public const NavigationMode Cell
Field Value
Type |
---|
NavigationMode |
Row
Specifies the row navigation in SfDataGrid.
Declaration
public const NavigationMode Row
Field Value
Type |
---|
NavigationMode |