Back to Devexpress

ViewType Enum

aspnet-js-viewtype.md

latest482 B
Original Source

ViewType Enum

Lists values specifying the Rich Edit’s document view type.

Declaration

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

Members

NameDescription
PrintLayout

The print layout is enabled.

| | Simple |

The simple view is enabled.

|

Remarks

Values listed by this enumeration are used as a parameter to the RichEditCommands.changeViewType command.