Skip to main content
A newer version of this page is available. .

ViewType Enum

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

Namespace: DevExpress.AspNetCore.RichEdit

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

Declaration

public enum ViewType

Members

Name Description
Simple

The simple layout mode. The control displays document as a website ignoring page layout.

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