Back to Devexpress

PivotTableSortOrder Enum

blazor-devexpress-dot-blazor-dot-pivottable-7ca9d3ef.md

latest1.3 KB
Original Source

PivotTableSortOrder Enum

Lists the values that specify the sort order of Pivot Table fields.

Namespace : DevExpress.Blazor.PivotTable

Assembly : DevExpress.Blazor.PivotTable.v25.2.dll

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public enum PivotTableSortOrder

Members

NameDescription
Ascending

Sorts the field values in ascending order.

| | Descending |

Sorts the field values in descending order.

|

The following properties accept/return PivotTableSortOrder values:

Remarks

Use the SortOrder property to specify the sort order for a field. Refer to the property description for additional information and examples.

See Also

DevExpress.Blazor.PivotTable Namespace