Edit

Share via


DisplayMode enum

Indicates whether a visual control should display itself for reading or for editing.

Fields

Edit = 2

The page, control, or editing surface is in a mode intended for authoring new content. It may display editing panels or other controls that are not part of the normal reading experience.

Preview = 3

The page, control, or editing surface is in a mode intended for preview the saved content. It could preview the content in different devices and targeting audiences.

Read = 1

The page, control, or editing surface is in a mode intended for reading. It may have some interactive features, but the authoring controls are not enabled.