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


In This Topic
    IsReadOnly Property (GridBase)
    In This Topic
    Gets or sets a value to determine whether the grid is read-only.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("IsReadOnly")>
    <BrowsableAttribute(True)>
    Public Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Boolean
     
    instance.IsReadOnly = value
     
    value = instance.IsReadOnly
    [Foundation.Export("IsReadOnly")]
    [Browsable(true)]
    public bool IsReadOnly {get; set;}
    See Also