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

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.v18.2.dll

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