Back to Devexpress

ViewType Enum

blazor-devexpress-dot-blazor-dot-richedit-0075f94a.md

latest1.3 KB
Original Source

ViewType Enum

Lists values that specify a document view type.

Namespace : DevExpress.Blazor.RichEdit

Assembly : DevExpress.Blazor.RichEdit.v25.2.dll

NuGet Package : DevExpress.Blazor.RichEdit

Declaration

csharp
public enum ViewType

Members

NameDescription
Simple

Simple layout mode. The control displays document as a website and ignores the page layout.

| | PrintLayout |

Print layout mode. The control displays pages with applied format settings.

|

The following properties accept/return ViewType values:

Remarks

The following example uses the ViewType enumeration values to configure the ViewType property:

razor
<DxRichEdit ViewType="ViewType.Simple"
            BarMode=BarMode.Toolbar />

Run Demo: RichEdit – Simple View

See Also

DevExpress.Blazor.RichEdit Namespace