Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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