Back to Devexpress

PropertyEditor.AllowNull Property

expressappframework-devexpress-dot-expressapp-dot-editors-dot-propertyeditor-add22168.md

latest1.3 KB
Original Source

PropertyEditor.AllowNull Property

Indicates whether a property represented by the current Property Editor can be set to null.

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public bool AllowNull { get; set; }
vb
Public Property AllowNull As Boolean

Property Value

TypeDescription
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

PropertyEditor Class

PropertyEditor Members

DevExpress.ExpressApp.Editors Namespace