Gets and sets the value of the Field that is bound to the EditControl

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

Syntax

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

Field Value

A string representing the Name of the Field

See Also