Skip to main content
A newer version of this page is available. .

GridColumnSortInfoCollection.Remove(GridColumnSortInfo) Method

Removes the specified element from the collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void Remove(
    GridColumnSortInfo columnInfo
)

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