Gets and sets the value of the Field that determines the length
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[BrowsableAttribute(true)] [DefaultValueAttribute("")] public string LengthDataField { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(true)> <DefaultValueAttribute("")> Public Property LengthDataField As String Get Set |