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; }
Public ReadOnly Property AllowNull As Boolean
Property Value
Type |
Description |
Boolean |
true if the property is a reference property or a nullable type property; otherwise, false.
|
Generally, you do not need to use this property.
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...