Back to Devexpress

RichEditViewType Enum

officefileapi-devexpress-dot-xtrarichedit-7c134025.md

latest2.4 KB
Original Source

RichEditViewType Enum

Specifies the view used to show the document within the RichEditControl.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum RichEditViewType
vb
<ComVisible(True)>
Public Enum RichEditViewType

Members

NameDescription
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.

|

The following properties accept/return RichEditViewType values:

LibraryRelated API Members
WinForms ControlsRichEditControl.ActiveViewType
RichEditControl.DefaultViewType
WPF ControlsRichEditControl.ActiveViewType
RichEditControl.DefaultViewType
Office File APIDraftView.Type
PrintLayoutView.Type
RichEditView.Type
SimpleView.Type

Remarks

Values listed by this enumeration are used to set the RichEditControl.ActiveViewType property.

See Also

ActiveViewType

DevExpress.XtraRichEdit Namespace