ComponentOne Xamarin.iOS
ViewRange Property (GridPanel)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridPanel Class : ViewRange Property
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

Reference

GridPanel Class
GridPanel Members