Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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
    'Usage
     
    
    Dim instance As GridBase
    Dim value As GridCellRange
     
    value = instance.EditorRange
    public GridCellRange EditorRange {get;}
    See Also