PivotGridFieldSortConditionCollection.AddRange(IList<PivotGridFieldSortCondition>) Method
In This Article
Adds the specified sort conditions to the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public void AddRange(
IList<PivotGridFieldSortCondition> conditions
)
#Parameters
Name | Type | Description |
---|---|---|
conditions | IList<Pivot |
A list of Pivot |
#Remarks
The AddRange method fires the PivotGridFieldSortConditionCollection.Changed event.
See Also