ComponentOne Scheduler for WPF and Silverlight
DayOfWeekSlotTemplate Property (CalendarBase)

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

Reference

CalendarBase Class
CalendarBase Members