TextInputMaskSettings.UseAsDisplayFormat Property
In This Article
Specifies whether display values are still formatted using the mask when the editor is not focused. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(true, Handler = "OnMaskPropertiesChanged")]
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