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

In This Topic
    NavigableRange Property (GridWrapCellFactory)
    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 ReadOnly Property NavigableRange As GridControlRange
    public GridControlRange NavigableRange {get;}
    See Also