Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Expander Class
Members

In This Topic
    C1Expander Class
    In This Topic
    C1Expander is a C1.WPF.C1HeaderedContentControl with a collapsible/expandable panel. The content is visible by clicking on the header.
    Object Model
    C1Expander Class
    Syntax
    'Declaration
     
    
    Public Class C1Expander 
       Inherits C1.WPF.C1HeaderedContentControl
    public class C1Expander : C1.WPF.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
                            C1.WPF.C1HeaderedContentControl
                               C1.WPF.Extended.C1Expander
                                  C1.WPF.Extended.C1AccordionItem

    See Also