Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumn Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (GridColumn)
    In This Topic
    Gets or sets a value indicating whether this column is read only. If the grid is set to be read-only this property will be ignored.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As Boolean
     
    instance.IsReadOnly = value
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get; set;}
    See Also