ASPxGroupSummarySortInfoCollection.Remove(ASPxSummaryItem) Method
Removes all ASPxGroupSummarySortInfo objects associated with the specified summary item from the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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