Gets and sets the value of the Editor Type to use
Namespace: DotNetNuke.UI.WebControlsAssembly: 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 |