Skip to main content
Tag

PivotGridField.SortByFieldName Property

Gets or sets the PivotGridField.FieldName of the field whose summary values define the order in which the field's values are arranged. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

[XtraSerializableProperty]
[XtraSerializablePropertyId(2)]
public string SortByFieldName { get; set; }

#Property Value

Type Description
String

A String value that specifies the PivotGridField.FieldName of the field whose summary values define the order in which the field's values are arranged.

#Remarks

To sort data by summaries, do the following:

To learn more, see Sorting by Summary.

See Also