Skip to main content

ViewFilter.Remove(ViewColumnFilterInfo) Method

Removes the specified filter criteria from the collection.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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