ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer.TagHelpers Namespace / ReportViewerTagHelper Class / LostFocus Property

In This Topic
    LostFocus Property (ReportViewerTagHelper)
    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