Skip to main content
Tab

ASPxGroupSummarySortInfoCollection.AddRange(ASPxGroupSummarySortInfo[]) Method

Adds an array of ASPxGroupSummarySortInfo objects to the current collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void AddRange(
    params ASPxGroupSummarySortInfo[] sortInfos
)

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