Gets or sets the input mask of the control.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public string Mask { get; set; } |
Visual Basic
![]() |
---|
Public Property Mask As String |
Type: String
A string representing the current mask. The default value is the empty string which allows any input.
The following symbols are supported:
0 - digit
9 - digit or empty
L - letter
l - letter or empty
A - digit or letter
a - digit, letter or empty
? - any character
\ - escape character