Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory Class / NavigableRange Property

In This Topic
    NavigableRange Property (GridCellFactory)
    In This Topic
    Gets the range of cells where a user can navigate with the keyboard as well as edit and select cells
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property NavigableRange As GridControlRange
    public override GridControlRange NavigableRange {get;}
    See Also