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

In This Topic
Mask Property (InputDateBase)
In This Topic
Gets or sets a mask to use while editing.
Syntax
'Declaration
 
Public Property Mask As String
 
Remarks
The mask format is the same one that the InputMask control uses.
See Also