GridGroupSummarySortInfoCollection.AddRange(GridGroupSummarySortInfo[]) Method
In This Article
Adds an array of GridGroupSummarySortInfo objects to the current collection.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
items | Grid |
An array of Grid |
#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