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.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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