Skip to main content
.NET Framework 4.6.2+

NullValueAttribute(Char) Constructor

Initializes a new instance of the NullValueAttribute class with the specified Unicode character constant.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public NullValueAttribute(
    char attributeValue
)

Parameters

Name Type Description
attributeValue Char

A Char 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