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

GridSummaryItemCollection.Remove(GridSummaryItem) Method

Removes the specified item from the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual void Remove(
    GridSummaryItem item
)

Parameters

Name Type Description
item GridSummaryItem

A GridSummaryItem object representing the summary item to be removed.

See Also