HeaderedListLayout Class
Layout class that can be used to visualize a ElementViewModel (typically ElementCollectionViewModel) as a list of elements with a textual header.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class HeaderedListLayout _
Inherits TwoVerticalsLayout
public class HeaderedListLayout : TwoVerticalsLayout
public ref class HeaderedListLayout : public TwoVerticalsLayout
public class HeaderedListLayout extends TwoVerticalsLayout
Remarks
This list layout will show the ElementViewModel's name as the title,
the ElementViewModel's ChildElements as the list's contents and allows to invoke the ElementViewModel's Commands from a contextual menu.
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.TwoVerticalsLayout
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.HeaderedListLayout
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace