Back to Devexpress

PivotGridSortOrder Enum

blazor-devexpress-dot-blazor-3d19e5a5.md

latest982 B
Original Source

PivotGridSortOrder Enum

Lists the values that specify the sort order of pivot grid fields.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum PivotGridSortOrder

Members

NameDescription
Ascending

Sorts the field in ascending order.

| | Descending |

Sorts the field in descending order.

|

The following properties accept/return PivotGridSortOrder values:

Remarks

razor
<DxPivotGridField Field="@nameof(SaleInfo.Region)" SortOrder="SortOrder.Ascending"></DxPivotGridField>

See Also

DevExpress.Blazor Namespace