RichEditControl.ReadOnly Property
In This Article
Gets or sets whether document modifications are prohibited.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
Gets or sets whether document modifications are prohibited. |
#Remarks
When set to true, disables commands used to modify the document.
See Also