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

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

Syntax

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

Remarks

You use the DaySlotTemplate property to specify the visualization of the DaySlot 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 DaySlotTemplate property is set.

See Also