Gets or sets a value that indicates whether the Grid is read only.
Syntax
'Declaration
Public Property ReadOnly As Boolean
'Usage
Dim instance As GridControl
Dim value As Boolean
instance.ReadOnly = value
value = instance.ReadOnly
public bool ReadOnly {get; set;}
public: __property bool get_ReadOnly();
public: __property void set_ReadOnly(
bool value
);
public:
property bool ReadOnly {
bool get();
void set ( bool value);
}
Requirements
ReadOnly property can be set at Grid, Column, Row and Item levels.
See Also