Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumnOptionsLoadingEventArgs Class / Menu Property

In This Topic
    Menu Property (GridColumnOptionsLoadingEventArgs)
    In This Topic
    Gets the menu that will be displayed for the column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Menu As Task(Of C1MenuList)
    public Task<C1MenuList> Menu {get;}
    See Also