C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / IsReadOnly Property


In This Topic
IsReadOnly Property (GridRow)
In This Topic
Gets or sets a value indicating whether this row is read only.
Syntax
'Declaration
 
Public Property IsReadOnly As Boolean
 
'Usage
 
Dim instance As GridRow
Dim value As Boolean
 
instance.IsReadOnly = value
 
value = instance.IsReadOnly
See Also