menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridSortingMode

    Defines the constants that decides the how the sorting is performed.

    Inheritance
    System.Object
    DataGridSortingMode
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridSortingMode : Enum

    Fields

    Multiple

    Specifies that the multiple columns can be sorted.

    Declaration
    public const DataGridSortingMode Multiple
    Field Value
    Type
    DataGridSortingMode

    None

    Specifies that none of the columns can be sorted.

    Declaration
    public const DataGridSortingMode None
    Field Value
    Type
    DataGridSortingMode

    Single

    Specifies that the single column alone can be sorted at a time.

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