Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / ColumnOptionsLoading Property

In This Topic
    ColumnOptionsLoading Property
    In This Topic
    Occurs when the options of a column are being loaded.
    Syntax
    'Declaration
     
    
    Public Property ColumnOptionsLoading As EventHandler(Of GridColumnOptionsLoadingEventArgs)
    public EventHandler<GridColumnOptionsLoadingEventArgs> ColumnOptionsLoading {get; set;}
    See Also