Skip to main content
A newer version of this page is available. .

RegExMaskAttributeBase.IgnoreBlank Property

Specifies whether the editor can lose focus when a value has not been completely filled.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public bool IgnoreBlank { get; set; }

Property Value

Type Description
Boolean

true, if the editor can lose focus when a value has not been completely filled; otherwise, false.

See Also