Version

EditorDocumentView Class

A class that represents a view into the document being edited in the XamSyntaxEditor .
Syntax
'Declaration
 
Public Class EditorDocumentView 
   Inherits DocumentViewBase
public class EditorDocumentView : DocumentViewBase 
Remarks

A XamSyntaxEditor can display 1 or 2 editing areas which are independently scrollable views into the document being edited. Each editing area is backed by an EditorDocumentView which is represented in the UI by a Infragistics.Controls.Editors.Primitives.EditorDocumentViewPresenter.

By default the control displays one editing area which takes up the entire inner portion of the control. If the XamSyntaxEditor.SplitStatus property is set to EditorDocumentViewSplitStatus.SplitHorizontally or EditorDocumentViewSplitStatus.SplitVertically the control will display 2 editing areas.

Note: The XamSyntaxEditor.SplitOptions property controls what type of splits are allowed by the end user.

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