ComponentOne Xamarin.iOS
IsReadOnly Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : IsReadOnly Property
Gets or sets a value to determine whether the grid is read-only.
Syntax
'Declaration
 
<Foundation.ExportAttribute("IsReadOnly")>
<BrowsableAttribute(True)>
Public Property IsReadOnly As Boolean
'Usage
 
Dim instance As GridBase
Dim value As Boolean
 
instance.IsReadOnly = value
 
value = instance.IsReadOnly
[Foundation.Export("IsReadOnly")]
[Browsable(true)]
public bool IsReadOnly {get; set;}
See Also

Reference

GridBase Class
GridBase Members