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


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