Skip to main content
.NET 8.0+

NullValueAttribute.Value Property

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

Namespace: DevExpress.Xpo

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