WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / C1Expander Class
Members

In This Topic
    C1Expander Class
    In This Topic
    C1Expander is a C1.WPF.Core.C1HeaderedContentControl with a collapsible/expandable panel. The content is visible by clicking on the header.
    Object Model
    C1Expander Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="ExpandButton", Type=C1.WPF.Accordion.ExpanderButton)>
    <TemplateVisualStateAttribute(Name="IconLeft", GroupName="IconAlignmentStates")>
    <StyleTypedPropertyAttribute(Property="ExpandIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)>
    <DefaultPropertyAttribute("Content")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <ContentPropertyAttribute("Content")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1Expander 
       Inherits System.Windows.Controls.ContentControl
    [TemplatePart(Name="ExpandButton", Type=C1.WPF.Accordion.ExpanderButton)]
    [TemplateVisualState(Name="IconLeft", GroupName="IconAlignmentStates")]
    [StyleTypedProperty(Property="ExpandIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)]
    [DefaultProperty("Content")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [ContentProperty("Content")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1Expander : System.Windows.Controls.ContentControl 
    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.Accordion.C1Expander

    See Also