RichEditViewType Enum
Specifies the view used to show the document within the RichEditControl.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v23.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Members
Name | Description |
---|---|
Simple
|
Specifies that the control is in a simple mode used for simple text and web pages. This mode shows how the document looks as a website. |
Draft
|
Specifies that the control is in a draft mode. |
PrintLayout
|
Specifies that the control is in a print layout mode. In this mode, the control displays pages with all formattings applied. |
Related API Members
The following properties accept/return RichEditViewType values:
Library | Related API Members |
---|---|
WinForms Controls | RichEditControl.ActiveViewType |
RichEditControl.DefaultViewType | |
WPF Controls | RichEditControl.ActiveViewType |
RichEditControl.DefaultViewType | |
Office File API | DraftView.Type |
PrintLayoutView.Type | |
RichEditView.Type | |
SimpleView.Type |
Remarks
Values listed by this enumeration are used to set the RichEditControl.ActiveViewType property.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RichEditViewType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.