ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / LostFocus Property

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