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

In This Topic
    InvalidInput Property (InputDateTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.InputDateBase.OnClientInvalidInput client event. Occurs when invalid input is detected.
    Syntax
    'Declaration
     
    Public Property InvalidInput As String
    public string InvalidInput {get; set;}
    See Also