PivotGridFieldSortConditionCollection.AddRange(IList<PivotGridFieldSortCondition>) Method
Adds the specified sort conditions to the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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