Enum 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.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Sorting
Fields
| Name | Description |
|---|---|
| Ascending | CSV: Defines CSV or string[][] type of data source. |
| Descending | CSV: Defines CSV or string[][] type of data source. |
| None | CSV: Defines CSV or string[][] type of data source. |