Gets or sets whether the link is displayed

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

Syntax

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

Field Value

A Boolean

Remarks

Defaults to True

See Also