Version 24.2 (latest)

RichDocumentView Class Properties

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

Public Properties
 NameDescription
Public PropertyDocumentReturns the Infragistics.Documents.RichText.RichTextDocument associated with the view.  
Public PropertyHorizontalScrollBarVisibilityReturns the visibility of the RichDocumentView's horizontal scrollbar. (read only)  
Public PropertyHorizontalViewOffsetReturns/sets the zero-based horizontal pixel offset of the RichDocumentView  
Public PropertyIsActiveReturns whether the RichDocumentView is the current active view. (read-only).  
Public PropertyLayoutStyleReturns/sets a value that specifies how the content of the Infragistics.Documents.RichText.RichTextDocument is laid out in the editing area of a RichDocumentView.  
Public PropertyRichTextEditorReturns the XamRichTextEditor associated with the view.  
Public PropertySelectionReturns/sets the Selectionassociated with the RichDocumentView.  
Public PropertyVerticalScrollBarVisibilityReturns the visibility of the RichDocumentView's vertical scrollbar. (read only)  
Public PropertyVerticalViewOffsetReturns/sets the zero-based vertical pixel offset of the RichDocumentView  
Public PropertyViewLocationReturns an RichDocumentViewLocation enumeration that specifies the location of this RichDocumentView within the XamRichTextEditor control. (read-only).  
See Also