Gets or sets custom style-selection logic for a style that can be applied to each generated container element. This is a dependency property.

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

Syntax

C#
public C1StyleSelector ItemContainerStyleSelector { get; set; }
Visual Basic
Public Property ItemContainerStyleSelector As C1StyleSelector
	Get
	Set

See Also