GroupSummarySortInfoCollection.Remove(GridSummaryItem) Method
Removes from the collection the element that refers to the specified summary item.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
summary | GridSummaryItem | A GridSummaryItem object used to identify which item to remove from the collection. |
Remarks
The Remove method locates and then removes the GroupSummarySortInfo object from the current collection whose GroupSummarySortInfo.SummaryItem property refers to the specified summary object. If no such element is found this method does nothing.
See Also