GridColumnSortInfoCollection.Remove(GridColumnSortInfo) Method
Removes the specified element 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 |
---|---|---|
columnInfo | GridColumnSortInfo | A GridColumnSortInfo element to remove from the collection. |
Remarks
The Remove method removes the specified GridColumnSortInfo object from the current collection. If this object doesn’t belong to the collection, then this method does nothing.
Removing an element from the collection automatically removes the sorting/grouping by the corresponding column.
See Also