Gets or sets a DataTemplate that defines a UI representation of a single day of a month. This is a dependency property.

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

Syntax

C#
public DataTemplate DaySlotTemplate { get; set; }
Visual Basic
Public Property DaySlotTemplate As DataTemplate
	Get
	Set

Remarks

A DataContext for this template is a DaySlot object.

See Also