Back to Devexpress

ASPxRichEditViewsSettings.ViewType Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditviewssettings.md

latest1.8 KB
Original Source

ASPxRichEditViewsSettings.ViewType Property

Gets or sets the control’s document view type.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue(RichEditViewType.PrintLayout)]
public RichEditViewType ViewType { get; set; }
vb
<DefaultValue(RichEditViewType.PrintLayout)>
Public Property ViewType As RichEditViewType

Property Value

TypeDefaultDescription
RichEditViewTypePrintLayout

A RichEditViewType specifying the document view type.

|

Available values:

NameDescription
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 TypePath to ViewType
ASPxRichEditSettings

.Views .ViewType

|

See Also

ASPxRichEditViewsSettings Class

ASPxRichEditViewsSettings Members

DevExpress.Web.ASPxRichEdit Namespace