EditorMode
Enum
Specifies the display mode for the markup editor.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMarkupEditor.dll
Syntax:
C#
public enum EditorMode
Fields
Visual design mode where users can edit content using a WYSIWYG interface.
C#
Design = 0
HTML source mode where users can edit the raw HTML markup.
C#
Html = 1