Skip to main content

SubstituteFilterEventArgs(CriteriaOperator) Constructor

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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