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

ASPxRichEditViewsSettings.ViewType Property

Gets or sets the control’s document view type.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(RichEditViewType.PrintLayout)]
public RichEditViewType ViewType { get; set; }

Property Value

Type Default Description
RichEditViewType PrintLayout

A RichEditViewType specifying the document view type.

Available values:

Name Description
Simple

The Rich Edit is in Simple View.

PrintLayout

The Rich Edit is in Print Layout.

Property Paths

You can access this nested property as listed below:

Object Type Path to ViewType
ASPxRichEditSettings
.Views .ViewType
See Also