Skip to main content
A newer version of this page is available. .

ConstantValue(Object) Constructor

Initializes a new instance of the ConstantValue class with the specified constant value.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ConstantValue(
    object value
)

Parameters

Name Type Description
value Object

The constant value for the operand. This value is assigned to the OperandValue.Value property.

See Also