ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateTimeTagHelper Class / Mask Property

In This Topic
    Mask Property (InputDateTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.Mask. 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