BinaryOperator(String, Int16) Constructor
Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public BinaryOperator(
string propertyName,
short value
)
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | The name of the property to compare with value. It can be a path through object relationships, for example |
value | Int16 | The short value to compare with. |
See Also