Skip to main content

TextInputMaskSettings.AllowNullInput Property

Indicates whether end-users can set the editor’s value to a null reference.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AllowNullInput { get; }

Property Value

Type Description
Boolean

true, if null input is allowed; otherwise, false.

See Also