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