diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/Src/XmlView.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/Src/XmlView.cs index 945cf1dc4d..d5be962044 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/Src/XmlView.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/Src/XmlView.cs @@ -139,6 +139,12 @@ namespace ICSharpCode.XmlEditor } } + public override bool IsReadOnly { + get { + return xmlEditor.IsReadOnly; + } + } + /// /// Loads the string content into the view. ///