A newer version of this page is available.
Switch to the current version.
ASPxRichEditViewsSettings.ViewType Property
Gets or sets the control's document view type.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll
Declaration
[DefaultValue(RichEditViewType.PrintLayout)]
public RichEditViewType ViewType { get; set; }
<DefaultValue(RichEditViewType.PrintLayout)>
Public Property ViewType As RichEditViewType
Property Value
Type | Default | Description |
---|---|---|
RichEditViewType | PrintLayout |
A RichEditViewType specifying the document view type. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ViewType |
---|---|
ASPxRichEditSettings |
|
See Also
Feedback