ASP.NET MVC Controls | ComponentOne
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
    public string Mask {get; set;}
    Remarks
    The mask format is the same one that the InputMask control uses.
    See Also