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

In This Topic
    AccordionPanel Class
    In This Topic
    Panel that lays out C1Expander´s.
    Object Model
    AccordionPanel Class
    Syntax
    'Declaration
     
    
    <LocalizabilityAttribute(LocalizationCategory.Ignore)>
    <ContentPropertyAttribute("Children")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class AccordionPanel 
       Inherits System.Windows.Controls.Panel
    [Localizability(LocalizationCategory.Ignore)]
    [ContentProperty("Children")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class AccordionPanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         C1.WPF.Accordion.AccordionPanel

    See Also