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

In This Topic
    Menu Property (GridSelectionMenuEventArgs)
    In This Topic
    Gets the menu that will be displayed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Menu As GridSelectionMenu
    public GridSelectionMenu Menu {get;}
    See Also