NullOperator(String) Constructor
Initializes a new NullOperator instance with a property value the passed string specifies.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public NullOperator(
string operand
)
Parameters
Name | Type | Description |
---|---|---|
operand | String | The name of the property to compare with |
See Also