Gets and sets the value of the Editor Type to use

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

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute("")]
public string EditorDataField { get; set; }
Visual Basic
<BrowsableAttribute(true)> 
<DefaultValueAttribute("")> 
Public Property EditorDataField As String
	Get
	Set

Field Value

A string representing the Editor Type of the Field

See Also