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

In This Topic
    NavigableRange Property (TransposedGridCellFactory)
    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