Gets or sets whether the icon is displayed

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

Syntax

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

Field Value

A Boolean

Remarks

Defaults to False

See Also