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

NullValueAttribute.Value Property

Gets or sets a null value for a property or a field.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

A Object value which is associated with a null value for a property or a field.

See Also