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

In This Topic
    Selection Property (GridBase)
    In This Topic
    Gets or sets the current selection.
    Syntax
    'Declaration
     
    
    Public Property Selection As GridCellRange
    public GridCellRange Selection {get; set;}
    See Also