GridGroupSummarySortInfoCollection.AddRange(GridGroupSummarySortInfo[]) Method
Adds an array of GridGroupSummarySortInfo objects to the current collection.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | GridGroupSummarySortInfo[] | An array of GridGroupSummarySortInfo objects. |
Remarks
The AddRange method appends the specified objects to the collection. To clear the collection and add new objects, use the GridGroupSummarySortInfoCollection.ClearAndAddRange method.
See Also