SectionViewModel.IsExpanded Property
Gets or sets a value indicating if the section is expanded in the user-interface.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property IsExpanded As Boolean
public bool IsExpanded { get; set; }
public:
property bool IsExpanded {
bool get ();
void set (bool value);
}
public function get IsExpanded () : boolean
public function set IsExpanded (value : boolean)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace