Version

IsReadOnly Property

Returns/sets whether the control allows the Documents to be modified.
Syntax
'Declaration
 
Public Property IsReadOnly As Boolean
public bool IsReadOnly {get; set;}
Remarks
Note that the Infragistics.Documents.RichText.RichTextDocument also exposes an IsReadOnly property whose value is independently maintained. If either this property or the corresponding property on the Infragistics.Documents.RichText.RichTextDocument is set to true, the XamRichTextEditor will not allow modifications to the document.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also