Class NavigationMode
Defines the constants that specify whether the cell or row navigation performed in SfDataGrid.
Inheritance
System.Object
NavigationMode
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.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 |