ASPxRichEditViewsSettings.ViewType Property
Gets or sets the control’s document view type.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.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 |
|
See Also