GridSummaryItemCollection.Remove(GridSummaryItem) Method
Removes the specified item from the collection.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | GridSummaryItem | A GridSummaryItem object representing the summary item to be removed. |
See Also