Skip to main content
.NET 6.0+

PropertyEditor.AllowNull Property

Indicates whether a property represented by the current Property Editor can be set to null (Nothing in VB).

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool AllowNull { get; set; }

Property Value

Type Description
Boolean

true if the property is a reference property or a nullable type property; otherwise, false.

Remarks

Generally, you do not need to use this property.

See Also