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

In This Topic
    CursorRange Property
    In This Topic
    Gets the GridCellRange that corresponds to the cursor cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CursorRange As GridCellRange
    public GridCellRange CursorRange {get;}
    See Also