Skip to main content
Tab

ASPxGroupSummarySortInfoCollection.ClearAndAddRange(ASPxGroupSummarySortInfo[]) Method

Clears the current collection and adds the specified ASPxGroupSummarySortInfo objects.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void ClearAndAddRange(
    params ASPxGroupSummarySortInfo[] sortInfos
)

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