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 ValueDataField { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(true)> <DefaultValueAttribute("")> Public Property ValueDataField As String Get Set |