Skip to main content

RichEditControl.ReadOnly Property

Gets or sets whether document modifications are prohibited.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

[DefaultValue(false)]
public bool ReadOnly { get; set; }

#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