ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Sorting - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Sorting

    Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are, Ascending - Allows to display the field members in ascending order. Descending - Allows to display the field members in descending order. None - It allows to display the field members based on JSON order.

    Inheritance
    System.Object
    Sorting
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class Sorting : Enum

    Fields

    Ascending

    Declaration
    public const Sorting Ascending
    Field Value
    Type Description
    Sorting

    Descending

    Declaration
    public const Sorting Descending
    Field Value
    Type Description
    Sorting

    None

    Declaration
    public const Sorting None
    Field Value
    Type Description
    Sorting

    value__

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