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


In This Topic
    FrozenRows Property (GridBase)
    In This Topic
    Gets or sets the number of frozen rows.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("FrozenRows")>
    <BrowsableAttribute(True)>
    Public Property FrozenRows As Integer
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Integer
     
    instance.FrozenRows = value
     
    value = instance.FrozenRows
    [Foundation.Export("FrozenRows")]
    [Browsable(true)]
    public int FrozenRows {get; set;}
    Remarks
    Frozen rows do not scroll, but the cells they contain may be selected and edited.
    See Also