corelibraries-devexpress-dot-xtrapivotgrid-78d401c7.md
Represent a collection of sort conditions.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public class PivotGridFieldSortConditionCollection :
Collection<PivotGridFieldSortCondition>
Public Class PivotGridFieldSortConditionCollection
Inherits Collection(Of PivotGridFieldSortCondition)
The following members return PivotGridFieldSortConditionCollection objects:
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.
Object Collection<PivotGridFieldSortCondition> PivotGridFieldSortConditionCollection
See Also