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

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