Gets and sets the Editor Type to use

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string EditorTypeName { get; set; }
Visual Basic
Public Property EditorTypeName As String
	Get
	Set

Field Value

The typename of the editor

See Also