Skip to main content

PivotGridFieldSortConditionCollection Class

Represent a collection of sort conditions.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public class PivotGridFieldSortConditionCollection :
    Collection<PivotGridFieldSortCondition>

The following members return PivotGridFieldSortConditionCollection objects:

Remarks

The PivotGridFieldSortConditionCollection 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 PivotGridFieldSortBySummaryInfo.Conditions property.

A collection of sort conditions contains PivotGridFieldSortCondition objects (sort conditions). Each of the conditions corresponds to a field value, so that the whole collection identifies the required column/row. The ‘May 2, 2009’ column in the image below is identified by three sort conditions.

pivotgrid_sortconditions

Inheritance

Object
Collection<PivotGridFieldSortCondition>
PivotGridFieldSortConditionCollection
See Also