Back to Devexpress

GridSummaryItemCollection.Remove(GridSummaryItem) Method

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitemcollection-dot-remove-x28-devexpress-dot-xtragrid-dot-gridsummaryitem-x29.md

latest1.4 KB
Original Source

GridSummaryItemCollection.Remove(GridSummaryItem) Method

Removes the specified item from the collection.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual void Remove(
    GridSummaryItem item
)
vb
Public Overridable Sub Remove(
    item As GridSummaryItem
)

Parameters

NameTypeDescription
itemGridSummaryItem

A GridSummaryItem object representing the summary item to be removed.

|

See Also

GridSummaryItemCollection Class

GridSummaryItemCollection Members

DevExpress.XtraGrid Namespace