ComponentOne FinancialChart for WPF
C1HierarchicalPresenter Class
Members 



C1.WPF Namespace : C1HierarchicalPresenter Class
Represents a control that contains multiple items and has a header.
Syntax
'Declaration
 
<TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
Public Class C1HierarchicalPresenter 
   Inherits System.Windows.Controls.ItemsControl
'Usage
 
Dim instance As C1HierarchicalPresenter
[TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
public class C1HierarchicalPresenter : System.Windows.Controls.ItemsControl 
[TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
public ref class C1HierarchicalPresenter : public System.Windows.Controls.ItemsControl 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ItemsControl
                        C1.WPF.C1HierarchicalPresenter
                           C1.WPF.C1Menu
                           C1.WPF.C1MenuItem
                           C1.WPF.C1TreeView
                           C1.WPF.C1TreeViewItem

See Also

Reference

C1HierarchicalPresenter Members
C1.WPF Namespace