Version 24.2 (latest)

EditorDocumentView Class Properties

For a list of all members of this type, see EditorDocumentView members.

Public Properties
 NameDescription
Public PropertyCurrentSnapshotReturns the Infragistics.Documents.TextDocumentSnapshot used to generate the current set of VisibleLines (Inherited from Infragistics.Controls.Editors.DocumentViewBase)
Public PropertyDocumentReturns the Infragistics.Documents.TextDocument associated with the view. (Inherited from Infragistics.Controls.Editors.DocumentViewBase)
Public PropertyFirstVisibleLineNumberReturns/sets the zero-based line index of the first visible DocumentViewLine displayed in the EditorDocumentView (Inherited from Infragistics.Controls.Editors.DocumentViewBase)
Public PropertyHorizontalLineOffsetReturns/sets the zero-based horizontal pixel offset of the DocumentViewLines displayed in the EditorDocumentView (Inherited from Infragistics.Controls.Editors.DocumentViewBase)
Public PropertyIsActiveReturns whether the EditorDocumentView is the current active view. (read-only).  
Public PropertyLastVisibleLineNumberReturns the zero-based line index of the last visible DocumentViewLine displayed in the EditorDocumentView (read only) (Inherited from Infragistics.Controls.Editors.DocumentViewBase)
Public PropertySelectionManagerReturns a ViewSelectionManager instance which can be used to query and interact with the selected text in the view. (read only)  
Public PropertySyntaxEditorReturns the XamSyntaxEditor associated with the view. (Inherited from Infragistics.Controls.Editors.DocumentViewBase)
Public PropertyTextAreaBoundsReturns the bounding rectangle of the text area (the area within the scrollbars and margins where the text is rendered) in control coordinates. (read only) (Inherited from Infragistics.Controls.Editors.DocumentViewBase)
Public PropertyViewLocationReturns an EditorDocumentViewLocation enumeration that specifies the location of this EditorDocumentView within the XamSyntaxEditor control. (read-only).  
Public PropertyVisibleLinesReturns a read only observable collection of DocumentViewLines that represent the lines currently displayed in the DocumentViewBase (read-only) (Inherited from Infragistics.Controls.Editors.DocumentViewBase)
See Also