Skip to main content
Tag

PivotGridField.SortByConditions Property

Contains conditions that identify the column or row whose values are sorted.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true)]
[XtraSerializablePropertyId(2)]
public SortByConditionCollection SortByConditions { get; }

#Property Value

Type Description
SortByConditionCollection

The collection whose items identify the column or row of values to be sorted.

#Remarks

To sort data by summaries, do the following:

To learn more, see Sorting by Summary.

See Also