Represents a control that can be used to present a collection of items which have header and content.

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

Syntax

C#
public class C1HeaderedItemsControl : C1ItemsControl
Visual Basic
Public Class C1HeaderedItemsControl _
	Inherits C1ItemsControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            C1.Silverlight..::..C1ItemsControl
              C1.Silverlight..::..C1HeaderedItemsControl
                C1.Silverlight.Extended..::..C1Accordion

See Also