Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortOrder

    Show / Hide Table of Contents

    Class SortOrder

    Sepcifies the sort order.

    Inheritance
    System.Object
    SortOrder
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SortOrder : Enum

    Fields

    Ascending

    Sorts in ascending order.

    Declaration
    public const SortOrder Ascending
    Field Value
    Type Description
    SortOrder

    Descending

    Sorts in descending order.

    Declaration
    public const SortOrder Descending
    Field Value
    Type Description
    SortOrder

    None

    No sort order.

    Declaration
    public const SortOrder None
    Field Value
    Type Description
    SortOrder

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved