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

ASPxGroupSummarySortInfoCollection.Remove(ASPxSummaryItem) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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