IsExpanded determines whether the section is expanded or collapsed.

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

Syntax

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

Field Value

Boolean value that determines whether the panel is expanded (true) or collapsed (false). The default is true.

Remarks