| Visual Basic (Declaration) | |
|---|---|
Public Property ReadOnly As Boolean | |
| C# | |
|---|---|
public bool ReadOnly {get; set;} | |
Return Value
true if the cell is read-only; false otherwise. By default, false.A cell will be readonly if its parent row's ReadOnly or parent grid's ReadOnly properties have been set to true.
Supported Frameworks: Microsoft .NET Framework version 3.5