Skip to main content

TextInputMaskSettings.IgnoreBlank Property

Specifies whether the blank editor value is considered valid. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "OnMaskPropertiesChanged")]
public bool IgnoreBlank { get; set; }

Property Value

Type Description
Boolean

true, of the blank editor value is considered valid; otherwise, false.

See Also