ASPxGroupSummarySortInfoCollection.AddRange(ASPxGroupSummarySortInfo[]) Method
Adds an array of ASPxGroupSummarySortInfo objects to the current collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
sortInfos | ASPxGroupSummarySortInfo[] | An array of ASPxGroupSummarySortInfo objects. |
Remarks
The AddRange method appends the specified objects to the collection. To clear the collection and add new objects, use the ASPxGroupSummarySortInfoCollection.ClearAndAddRange method.
See Also