Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.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
     
    
    Public Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Boolean
     
    instance.IsReadOnly = value
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get; set;}
    See Also