ASP.NET Pack Programmer's Guide
MaskTextBox.Mask Property
See Also
 





Gets or sets the input mask of the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string Mask { get; set; }

Visual Basic  Copy Code

Public Property Mask As String

 Property Value

Type: String
A string representing the current mask. The default value is the empty string which allows any input.

 Remarks

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

 See Also

MaskTextBox Members
MaskTextBox Class
MindFusion.UI.WebForms Namespace