Skip to main content
Tag

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

[Browsable(false)]
[DefaultValue(null)]
public string SerializedSortByField { get; set; }

Property Value

Type Default Description
String null

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