Skip to main content
Tag

PivotGridField.SortBySummaryType Property

Gets or sets the summary function type used to calculate the summary values which 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

[XtraSerializablePropertyId(2)]
[XtraSerializableProperty]
public FieldSummaryType SortBySummaryType { get; set; }

#Property Value

Type Description
FieldSummaryType

A FieldSummaryType value that specifies the summary function type.

#Remarks

To sort data by summaries, do the following:

To learn more, see Sorting by Summary.

See Also