Back to Devexpress

IPivotTableField.SortOrder Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-ipivottablefield-7dfa9dd7.md

latest1.3 KB
Original Source

IPivotTableField.SortOrder Property

Specifies the field’s sort order (ascending or descending).

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
PivotTableSortOrder SortOrder { get; set; }

Property Value

TypeDescription
PivotTableSortOrder

A PivotTableSortOrder enumeration value.

|

Available values:

NameDescription
Ascending

Sorts the field values in ascending order.

| | Descending |

Sorts the field values in descending order.

|

Remarks

Refer to the SortOrder property description for additional information and an example.

See Also

IPivotTableField Interface

IPivotTableField Members

DevExpress.Blazor.PivotTable Namespace