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 |
---|
Sorting |
Descending
CSV: Defines CSV or string[][] type of data source.
Declaration
public const Sorting Descending
Field Value
Type |
---|
Sorting |
None
CSV: Defines CSV or string[][] type of data source.
Declaration
public const Sorting None
Field Value
Type |
---|
Sorting |