Skip to main content
A newer version of this page is available. .

RichEditViewType Enum

Lists values that specify the Rich Edit’s document view type.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public enum RichEditViewType

Members

Name Description
Simple

The Rich Edit is in Simple View.

PrintLayout

The Rich Edit is in Print Layout.

Related API Members

The following properties accept/return RichEditViewType values:

Remarks

The values listed by this enumeration are used to set the ASPxRichEditViewsSettings.ViewType property.

See Also