Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

NullValueAttribute(Double) Constructor

Initializes a new instance of the NullValueAttribute class with the specified double-precision floating point number constant.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public NullValueAttribute(
    double value
)

Parameters

Name Type Description
value Double

A Double value which is associated with a null value for a property or a field. This value is assigned to the NullValueAttribute.Value property.

See Also