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

BinaryOperator(String, Int32) Constructor

Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to integer values.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

public BinaryOperator(
    string propertyName,
    int value
)

Parameters

Name Type Description
propertyName String

A String value which specifies the name of the property whose values are compared to the value.

value Int32

The value to compare with the values of the specified property.

See Also