IsReadOnly Property (GridBase)
In This Topic
Gets or sets a value to determine whether the grid is read-only.
Syntax
'Declaration
Public Property IsReadOnly As Boolean
'Usage
Dim instance As GridBase
Dim value As Boolean
instance.IsReadOnly = value
value = instance.IsReadOnly
public bool IsReadOnly {get; set;}
See Also