Gets or sets whether the Expander is expanded. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsExpanded { get; set; }
Visual Basic
Public Property IsExpanded As Boolean
	Get
	Set
Visual C++
public:
property bool IsExpanded {
	bool get ();
	void set (bool value);
}

See Also