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