Expander::IsExpanded Property
.NET Framework (current version)
Gets or sets whether the Expander content window is visible.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property bool IsExpanded { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the content window is expanded; otherwise, false. The default is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: