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

    Specifies whether display values are still formatted using the mask when the editor is not focused. 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 UseAsDisplayFormat { get; set; }

    Property Value

    Type Description
    Boolean

    true, if the mask settings are used to format display values when the editor is not focused; otherwise, false.

    Remarks

    Set the UseAsDisplayFormat property to true to use the mask settings to format the display text when the editor is not focused. This results in the editor’s text in edit and display modes being identical.

    See Also