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

In This Topic
    GotFocus Property (InputTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus.
    Syntax
    'Declaration
     
    Public Property GotFocus As String
    public string GotFocus {get; set;}
    See Also