Skip to main content

GridSummaryItemCollection.Remove(GridSummaryItem) Method

Removes the specified item from the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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