Disable-Editing in WPF RichTextBoxAdv (Classic)

4 May 20211 minute to read

You can disable editing in RichTextBoxAdv by enabling the property called IsReadOnly.It will not allow the user to edit the content.

Properties

Property Description Type Data Type
IsReadOnly Enables/disables the editing. Dependency Property Boolean