Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CalendarBase Class / DayOfWeekSlotStyle Property

In This Topic
    DayOfWeekSlotStyle Property (CalendarBase)
    In This Topic
    Gets or sets a Style for DayOfWeekSlotPresenter elements which are the root elements of a visual tree representing a single day of the week.
    Syntax
    'Declaration
     
    
    Public Property DayOfWeekSlotStyle As Style
    public Style DayOfWeekSlotStyle {get; set;}
    See Also