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

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