Property IsReadOnly
| Edit this page View SourceIsReadOnly
Gets a value that indicates whether the value of a control is read-only.
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
bool | true if the value is read-only; false if it can be modified. |