Skip to main content

ViewType Enum

Lists values that specify the Rich Edit’s document view type.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v23.2.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public enum ViewType

Members

Name Description
Simple

The simple layout mode. The control displays document as a website ignoring page layout.
In this mode, the control does not split a document into pages and ignores headers, footers, and page layout settings: margins, orientation, size, columns, and breaks.

PrintLayout

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

Remarks

Values listed by this enumeration are used in the ViewType(ViewType) method.

See Also