ComponentOne Xamarin.iOS
IsReadOnly Property (GridRow)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRow Class : IsReadOnly Property
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
public bool IsReadOnly {get; set;}
See Also

Reference

GridRow Class
GridRow Members