ConstantValue(Object) Constructor
Initializes a new ConstantValue instance with the specified value.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public ConstantValue(
object value
)
Parameters
Name | Type | Description |
---|---|---|
value | Object | The operand value. |
See Also