Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridNumericColumn Class / OptionsLoading Property

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