ComponentOne Extended Library for WPF and Silverlight
ItemStyle Property (C1Accordion)

C1.WPF.Extended Namespace > C1Accordion Class : ItemStyle Property
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

Reference

C1Accordion Class
C1Accordion Members