TextEdit.AllowNullInput Property
Gets or sets whether end-users can set the editor’s value to a null reference. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to allow null input; otherwise, false. |
Remarks
If the AllowNullInput property is set to true, end-users can set the editor’s value to a null reference by pressing the CTRL+DEL key combination.
If the TextEdit.NullValue property is specified, its value is assigned to the BaseEdit.EditValue property. Otherwise, the BaseEdit.EditValue property is set to null.
See Also