Share via


ElementModelContainer.IsExpanded Property

Gets or sets the IsExpandedProperty() value.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
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

ElementModelContainer Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace