Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumn Class / FilterLoading Property

In This Topic
    FilterLoading Property (GridColumn)
    In This Topic
    Occurs when the filter of a column is being loaded.
    Syntax
    'Declaration
     
    
    Public Property FilterLoading As EventHandler(Of GridColumnFilterLoadingEventArgs)
    public EventHandler<GridColumnFilterLoadingEventArgs> FilterLoading {get; set;}
    See Also