menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NavigationMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved