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

ViewFilter(ColumnView, CriteriaOperator) Constructor

Initializes a new instance of the ViewFilter class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public ViewFilter(
    ColumnView view,
    CriteriaOperator filter
)

Parameters

Name Type Description
view ColumnView

A ColumnView object that represents the View which the filtering is applied to.

filter CriteriaOperator

A CriteriaOperator descendant that determines the filter criteria for the specified View.

See Also