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


In This Topic
    FrozenRows Property (GridPanel)
    In This Topic
    Gets the number of frozen rows in this panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FrozenRows As Integer
    'Usage
     
    
    Dim instance As GridPanel
    Dim value As Integer
     
    value = instance.FrozenRows
    public int FrozenRows {get;}
    See Also