Skip to main content

TextInputMaskSettings.Mask Property

Specifies the mask expression. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("", Handler = "OnMaskPropertiesChanged")]
public string Mask { get; set; }

Property Value

Type Description
String

A string representing a mask expression.

See Also