Skip to main content

RichEditViewType Enum

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

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[ComVisible(true)]
public enum RichEditViewType

#Members

Name Description
Simple

Specifies that the control is in a simple mode. In this mode, the width of displayed pages depends upon the control's width. Page formatting is not in effect.

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.

#Passed To

You can pass RichEditViewType values to the RichEditControl.ActiveViewType property.

#Remarks

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

See Also