Defines the behavior of the C1XmlEditor.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public enum EditorMode
Visual Basic (Declaration)
Public Enumeration EditorMode

Members

Member nameDescription
Design
Design is the main mode of the editor. C1XmlEditor in this mode represents a WYSIWYG XHTML editor.
Source
Source mode allows you to edit XHTML markup.
Preview
Preview mode allows you to preview how the document will look.

Remarks

EditorMode is used by the Mode property.

See Also