Skip to main content

ViewFilter.Remove(GridColumn) Method

Removes the filter criteria from the collection that refers to the specified column.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public void Remove(
    GridColumn column
)

Parameters

Name Type Description
column GridColumn

A GridColumn object identifying the filter criteria to be removed.

Remarks

The Remove method locates and then removes a DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo object whose ViewColumnFilterInfo.Column property refers to the specified column.

See Also