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

ViewFilter.Remove(ViewColumnFilterInfo) Method

Removes the specified filter criteria from the collection.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public void Remove(
    ViewColumnFilterInfo info
)

Parameters

Name Type Description
info DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo

A DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo object to be removed from the collection.

See Also