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

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