Gets or sets the custom logic for choosing a template used to display each DayOfWeekSlot object. This is a dependency property.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public DataTemplateSelector DayOfWeekSlotTemplateSelector { get; set; }
Visual Basic
Public Property DayOfWeekSlotTemplateSelector As DataTemplateSelector
	Get
	Set

Remarks

You use the DayOfWeekSlotTemplate property to specify the visualization of the DayOfWeekSlot objects. If you have more than one template defined and want to supply logic to return a template to use, then you use this property. Note that this property is ignored if the DayOfWeekSlotTemplate property is set.

See Also