ASPxGroupSummarySortInfoCollection.ClearAndAddRange(ASPxGroupSummarySortInfo[]) Method
Clears the current collection and adds the specified ASPxGroupSummarySortInfo objects.
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
To append the specified objects to the collection, use the ASPxGroupSummarySortInfoCollection.AddRange method.
See Also