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

In This Topic
    ShowSelectionMenu Property
    In This Topic
    Gets or sets a value that indicates whether the grid shows menu when select rows or cells.
    Syntax
    'Declaration
     
    
    Public Property ShowSelectionMenu As Boolean
    public bool ShowSelectionMenu {get; set;}
    See Also