Skip to main content

PivotGridFieldSortConditionCollection.AddRange(IList<PivotGridFieldSortCondition>) Method

Adds the specified sort conditions to the collection.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public void AddRange(
    IList<PivotGridFieldSortCondition> conditions
)

Parameters

Name Type Description
conditions IList<PivotGridFieldSortCondition>

A list of PivotGridFieldSortCondition objects representing sort conditions that should be added to the current collection.

Remarks

The AddRange method fires the PivotGridFieldSortConditionCollection.Changed event.

See Also