GroupSummarySortInfoCollection.Remove(GroupSummarySortInfo) Method
Removes the specified GroupSummarySortInfo object from the collection.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
info | GroupSummarySortInfo | A GroupSummarySortInfo object to remove from the collection. |
Remarks
The Remove method does nothing if the specified element isn’t found in the current collection.
See Also