Skip to main content

TextEditSettings.Mask Property

Gets or sets a mask expression. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public string Mask { get; set; }

#Property Value

Type Description
String

A string representing a mask expression.

#Remarks

To learn more, see Masked Input Overview.

See Also