WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / C1Accordion Class / HeaderStyle Property

In This Topic
    HeaderStyle Property (C1Accordion)
    In This Topic
    Gets or sets the Style that is applied to each ExpanderButton of C1Expander.
    Syntax
    'Declaration
     
    
    Public Property HeaderStyle As Style
    public Style HeaderStyle {get; set;}
    Remarks
    If the Item added is a C1Expander then the Style is applied only if the Item doesn't have a Style already applied.
    See Also