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

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