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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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