menu

Blazor

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

    Show / Hide Table of Contents

    Class SortDirection

    Specifies the direction for sorting operations in a spreadsheet.

    Inheritance
    System.Object
    SortDirection
    Namespace: Syncfusion.Blazor.Spreadsheet
    Assembly: Syncfusion.Blazor.Spreadsheet.dll
    Syntax
    public sealed class SortDirection : Enum
    Remarks

    The sort direction determines the order in which data is arranged during a sorting operation.

    • Ascending - Sorts data in ascending order (A to Z, 0 to 9)
    • Descending - Sorts data in descending order (Z to A, 9 to 0)

    Fields

    Ascending

    Sorts data in ascending order (A to Z, 0 to 9).

    Declaration
    public const SortDirection Ascending
    Field Value
    Type
    SortDirection
    Remarks

    This is the default direction used for sorting operations.

    Descending

    Sorts data in descending order (Z to A, 9 to 0).

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