Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridPanel Class / ViewRange Property


In This Topic
    ViewRange Property (GridPanel)
    In This Topic
    Gets the visible range of this panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewRange As GridCellRange
    'Usage
     
    
    Dim instance As GridPanel
    Dim value As GridCellRange
     
    value = instance.ViewRange
    public GridCellRange ViewRange {get;}
    See Also