gets and sets whether the Visibility control is used

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

Syntax

C#
public bool ShowVisibility { get; set; }
Visual Basic
Public Property ShowVisibility As Boolean
	Get
	Set

See Also