Skip to main content

GridSummaryItemCollection.Remove(GridSummaryItem) Method

Removes the specified item from the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v24.2.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