Back to Devexpress

ViewType Enum

aspnetcore-js-devexpress-dot-richedit-7434c7f4.md

latest774 B
Original Source

ViewType Enum

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

Declaration

ts
export enum ViewType {
    Simple = 0,
    PrintLayout = 1
}

Members

NameDescription
PrintLayout

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

| | 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.

|

Remarks

Values listed by this enumeration are used to set the viewType property.