ComponentOne Basic Library for WPF and Silverlight
C1HierarchicalPresenter Class
Members 


C1.Silverlight Namespace : C1HierarchicalPresenter Class
Represents a control that contains multiple items and has a header.
Object Model
C1HierarchicalPresenter Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
Public Class C1HierarchicalPresenter 
   Inherits System.Windows.Controls.ItemsControl
'Usage
 
Dim instance As C1HierarchicalPresenter
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
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

Reference

C1HierarchicalPresenter Members
C1.Silverlight Namespace