ComponentOne Scheduler for WPF and Silverlight
DaySlotTemplate Property (CalendarBase)

C1.WPF.Schedule Namespace > CalendarBase Class : DaySlotTemplate Property
Gets or sets a DataTemplate that defines a UI representation of a single day of a month. This is a dependency property.
Syntax
'Declaration
 
Public Property DaySlotTemplate As System.Windows.DataTemplate
public System.Windows.DataTemplate DaySlotTemplate {get; set;}
Remarks
A DataContext for this template is a DaySlot object.
See Also

Reference

CalendarBase Class
CalendarBase Members