Click or drag to resize
ExtendedTextAreaEditorMode Property
Gets or sets the text editing capabilities of this editor.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public EditorModeEnum EditorMode { get; set; }

Property Value

Type: EditorModeEnum
One of the values of EditorModeEnum. Default is EditorModeEnum.Basic.
See Also