Skip to main content
A newer version of this page is available. .
Tab

ASPxGroupSummarySortInfoCollection.AddRange(ASPxGroupSummarySortInfo[]) Method

Adds an array of ASPxGroupSummarySortInfo objects to the current collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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