Represents a control that contains multiple items and has a header.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")]
[TemplatePartAttribute(Name = "HeaderPresenter", Type = typeof(ContentPresenter))]
[TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")]
public class C1HierarchicalPresenter : ItemsControl
Visual Basic
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _
<TemplatePartAttribute(Name := "HeaderPresenter", Type := GetType(ContentPresenter))> _
<TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _
Public Class C1HierarchicalPresenter _
	Inherits 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