Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / SelectionMode Property

In This Topic
    SelectionMode Property (GridBase)
    In This Topic
    Gets or sets how the cells or rows are selected.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As GridSelectionMode
    public GridSelectionMode SelectionMode {get; set;}
    See Also