Back to Devexpress

PivotGridField.SerializedSortByField Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-ee3a4aa3.md

latest2.0 KB
Original Source

PivotGridField.SerializedSortByField Property

Gets or sets the PivotGridField.FieldName of the field whose summary values define the order in which the field’s values are arranged when the pivot grid is serialized.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public string SerializedSortByField { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property SerializedSortByField As String

Property Value

TypeDefaultDescription
Stringnull

A String value that specifies the PivotGridField.FieldName of the field.

|

Remarks

To specify the field by whose summary values the current field’s values are sorted onscreen, use the PivotGridField.SortByField and PivotGridField.SortByFieldName properties. To learn more, see Sorting by Summary.

To learn more about serialization, see Save and Restore Layout.

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace