C1.Web.Mvc Namespace / InputMask Class / Mask Property

In This Topic
Mask Property (InputMask)
In This Topic
Gets or sets the mask used to validate the input as the user types.
Syntax
'Declaration
 
Public Property Mask As String
 
Remarks
The mask is defined as a string with one or more of the masking characters listed in the InputMask topic.
See Also