Skip to main content

TextInputMaskSettings.AllowNullInput Property

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

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool AllowNullInput { get; }

Property Value

Type Description
Boolean

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

See Also