Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / C1GridControl Class / LostFocus Property

In This Topic
    LostFocus Property (C1GridControl)
    In This Topic
    Event callback that will be invoked when control loses focus.
    Syntax
    'Declaration
     
    
    Public Property LostFocus As EventCallback
    public EventCallback LostFocus {get; set;}
    See Also