menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridNavigationMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Type
    DataGridNavigationMode

    Row

    The selection can be moved among the rows alone and current cell will not be shown.

    Declaration
    public const DataGridNavigationMode Row
    Field Value
    Type
    DataGridNavigationMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved