Skip to main content
Tab

ASPxGroupSummarySortInfoCollection.Remove(ASPxSummaryItem) Method

Removes all ASPxGroupSummarySortInfo objects associated with the specified summary item from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Remove(
    ASPxSummaryItem summary
)

Parameters

Name Type Description
summary ASPxSummaryItem

An ASPxSummaryItem object.

Remarks

The Remove method searches for the ASPxGroupSummarySortInfo objects whose ASPxGroupSummarySortInfo.SummaryItem property is set to the specified summary item, and removes them from the collection. To remove the specified ASPxGroupSummarySortInfo object, use the overloaded Remove method.

See Also