IsReadOnly Property (GridCellsPanel) | Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / IsReadOnly Property


In This Topic
IsReadOnly Property (GridCellsPanel)
In This Topic
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
See Also