Enables the application writer to provide custom selection logic for a style to apply to each generated GroupItem.

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

Syntax

C#
[DefaultValueAttribute(null)]
public C1StyleSelector ContainerStyleSelector { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property ContainerStyleSelector As C1StyleSelector
	Get
	Set

See Also