Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1HierarchicalPresenter Class
Members

In This Topic
    C1HierarchicalPresenter Class
    In This Topic
    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
    [TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
    [TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
    [ContentProperty("Items", true)]
    public class C1HierarchicalPresenter : 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