ComponentOne Xamarin.iOS
IsReadOnly Property (GridCellsPanel)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellsPanel Class : IsReadOnly Property
Gets or sets whether the cells show the editor.
Syntax
'Declaration
 
Public Property IsReadOnly As Boolean
'Usage
 
Dim instance As GridCellsPanel
Dim value As Boolean
 
instance.IsReadOnly = value
 
value = instance.IsReadOnly
public bool IsReadOnly {get; set;}
See Also

Reference

GridCellsPanel Class
GridCellsPanel Members