Skip to main content
.NET 6.0+

NullValueAttribute.Value Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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