C1.Silverlight Namespace / C1HierarchicalPresenter Class
Members

C1HierarchicalPresenter Class
Represents a control that contains multiple items and has a header.
Object Model
C1HierarchicalPresenter Class
Syntax
'Declaration
 
<TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<ContentPropertyAttribute("Items", True)>
Public Class C1HierarchicalPresenter 
   Inherits System.Windows.Controls.ItemsControl
 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  C1.Silverlight.C1HierarchicalPresenter
                     C1.Silverlight.C1Menu
                     C1.Silverlight.C1MenuItem
                     C1.Silverlight.C1TreeView
                     C1.Silverlight.C1TreeViewItem

See Also