Back to Devexpress

PivotTablePersistentLayoutField.SortOrder Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablepersistentlayoutfield-044a2c63.md

latest1.5 KB
Original Source

PivotTablePersistentLayoutField.SortOrder Property

Specifies the field’s sort order.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
[JsonConverter(typeof(JsonStringEnumConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PivotTableSortOrder? SortOrder { get; set; }

Property Value

TypeDescription
Nullable<PivotTableSortOrder>

The field’s sort order.

|

Available values:

NameDescription
Ascending

Sorts the field values in ascending order.

| | Descending |

Sorts the field values in descending order.

|

Remarks

Refer to the PivotTablePersistentLayoutField class description for additional information and an example.

See Also

PivotTablePersistentLayoutField Class

PivotTablePersistentLayoutField Members

DevExpress.Blazor.PivotTable Namespace