Skip to main content
All docs
V21.2
  • TextInputMaskSettings.IgnoreBlank Property

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

    Namespace: DevExpress.UI.Xaml.Editors

    Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public bool IgnoreBlank { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also