Back to Devexpress

DataFormNumericItem.AllowNullValue Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformnumericitem-bc06ce6b.md

latest892 B
Original Source

DataFormNumericItem.AllowNullValue Property

Gets or sets whether the editor can be empty. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool AllowNullValue { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to allow an empty editor; otherwise, false.

|

See Also

DataFormNumericItem Class

DataFormNumericItem Members

DevExpress.Maui.DataForm Namespace