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


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