Represents the items that can be hosted in a C1Accordion.

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

Syntax

C#
public class C1AccordionItem : C1Expander
Visual Basic
Public Class C1AccordionItem _
	Inherits C1Expander

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1.Silverlight..::..C1HeaderedContentControl
              C1.Silverlight.Extended..::..C1Expander
                C1.Silverlight.Extended..::..C1AccordionItem

See Also