Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Sorting - Blazor 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.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Sorting : Enum

    Fields

    Ascending

    CSV: Defines CSV or string[][] type of data source.

    Declaration
    public const Sorting Ascending
    Field Value
    Type Description
    Sorting

    Descending

    CSV: Defines CSV or string[][] type of data source.

    Declaration
    public const Sorting Descending
    Field Value
    Type Description
    Sorting

    None

    CSV: Defines CSV or string[][] type of data source.

    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