Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Accordion Class / ItemStyle Property

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