Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1CalendarResources Class / DayOfWeekSlotTemplate Property

In This Topic
    DayOfWeekSlotTemplate Property (C1CalendarResources)
    In This Topic
    Gets the System.Windows.DataTemplate defining a UI representation of a single day of week.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DayOfWeekSlotTemplate As DataTemplate
    public DataTemplate DayOfWeekSlotTemplate {get;}
    See Also