Skip to main content

SortByConditionCollection Class

A collection of sort conditions.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public class SortByConditionCollection :
    PivotChildCollection<SortByCondition>

#Returned By

The PivotGridField.SortByConditions property returns an instance of SortByConditionCollection.

#Remarks

The SortByConditionCollection collection is used to identify the column/row by whose values the current field values will be sorted. This collection is stored in the field's PivotGridField.SortByConditions property.

A collection of sort conditions contains SortByCondition objects (sort conditions). Each of the conditions corresponds to a field value, so that the whole collection identifies the required column/row. The 'February 2, 2002' column in the image below is identified by three sort conditions.

pivotgrid_SortByCondition

#Inheritance

Object
Collection<SortByCondition>
ObservableCollection<SortByCondition>
DevExpress.Xpf.PivotGrid.Internal.PivotChildCollection<SortByCondition>
SortByConditionCollection
See Also