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