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

SubstituteFilterEventArgs(CriteriaOperator) Constructor

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public SubstituteFilterEventArgs(
    CriteriaOperator filter
)

Parameters

Name Type Description
filter CriteriaOperator

A CriteriaOperator object that specifies the filter applied to a data control. This value is assigned to the SubstituteFilterEventArgs.Filter property.

See Also