Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public bool AllowNull { get; }

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