Gets or sets the Style that is applied to each C1AccordionItem.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public Style ItemStyle { get; set; }
Visual Basic
Public Property ItemStyle As Style
	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