OperandValue(Object) Constructor
Initializes a new instance of the OperandValue class with the specified value.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | The value for the operand. This value is assigned to the OperandValue.Value property. |
See Also