An flag that indicates whether the buttons are visible (this is overridden if the VisibleField is set) changed

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

Syntax

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

Field Value

A Boolean

See Also