Represents the items that can be hosted in a C1Accordion.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1AccordionItem : C1Expander
Visual Basic
Public Class C1AccordionItem _
	Inherits C1Expander
XAML Object Element Usage
<C1AccordionItem .../>

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..::..ContentControl
                C1HeaderedContentControl
                  C1Expander
                    C1.WPF.Extended..::..C1AccordionItem

See Also