BinaryOperator(String, DateOnly) Constructor
Initializes a new instance of the BinaryOperator class that compares values of the specified property and the DateOnly value.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | The name of the property whose values are compared to the value. |
value | DateOnly | The value to compare with the values of the specified property. |
See Also