Skip to main content
Tag

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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