C1Expander is a C1HeaderedContentControl with a collapsible/expandable panel. The content is visible by clicking on the header.

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

Syntax

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

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

See Also