Skip to main content
Tag

PivotGridField.SortByField Property

Gets or sets 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

public PivotGridField SortByField { get; set; }

#Property Value

Type Description
PivotGridField

A PivotGridField object that represents 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