Gets and sets the value of the Field that is bound to the EditControl
Namespace: DotNetNuke.UI.WebControlsAssembly: 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 |