Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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