[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.CreateSelectionMenu

CreateSelectionMenu Method

CreateSelectionMenu(IReadOnlyList<GridCellRange>)

Creates the selection menu.

Declaration
protected virtual Task<GridSelectionMenu> CreateSelectionMenu(IReadOnlyList<GridCellRange> ranges)
Parameters
Type Name Description
IReadOnlyList<GridCellRange> ranges

The collection of ranges from which the selection menu will be opened.

Returns
Type Description
Task<GridSelectionMenu>