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

GroupSummarySortInfoCollection.Remove(GridSummaryItem) Method

Removes from the collection the element that refers to the specified summary item.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void Remove(
    GridSummaryItem summary
)

Parameters

Name Type Description
summary GridSummaryItem

A GridSummaryItem object used to identify which item to remove from the collection.

Remarks

The Remove method locates and then removes the GroupSummarySortInfo object from the current collection whose GroupSummarySortInfo.SummaryItem property refers to the specified summary object. If no such element is found this method does nothing.

See Also