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

In This Topic
    C1Expander Class
    In This Topic
    C1Expander is a C1.Silverlight.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.Silverlight.C1HeaderedContentControl
    public class C1Expander : C1.Silverlight.C1HeaderedContentControl 
    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