Class DataGridNavigationMode
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
DataGridNavigationMode
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridNavigationMode : Enum
Fields
Cell
The current cell can be shown to notify the currently activated cell for cell wise navigation.
Declaration
public const DataGridNavigationMode Cell
Field Value
Row
The selection can be moved among the rows alone and current cell will not be shown.
Declaration
public const DataGridNavigationMode Row