Gets the Edit Control associated with the Editor

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

Syntax

C#
public EditControl Editor { get; private set; }
Visual Basic
Public Property Editor As EditControl
	Get
	Private Set

See Also