Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

PivotGridSortOrder Enum

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public enum PivotGridSortOrder

Members

Name Description
Ascending

Sorts the field in ascending order.

Descending

Sorts the field in descending order.

Related API Members

The following properties accept/return PivotGridSortOrder values:

Remarks

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

PivotGrid Sort Data

See Also