 | GridControlReadOnly Property |
Gets or sets a value that indicates if this grid is read-only.
Namespace: Stingray.GridAssembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax[DefaultValueAttribute(false)]
public bool ReadOnly { get; set; }<DefaultValueAttribute(false)>
Public Property ReadOnly As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ReadOnly {
bool get ();
void set (bool value);
}Property Value
Type:
Booleantrue if the user cannot change the cell contents and
false otherwise.
See Also