BinaryOperator(String, Decimal) Constructor
Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the Decimal value.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | String | A String value which specifies the name of the property whose values are compared to the value. |
| value | Decimal | The value to compare with the values of the specified property. |
See Also