Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / CalendarTheme Class / DayWeekend Property

In This Topic
    DayWeekend Property (CalendarTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the style of the weekend day.
    Syntax
    'Declaration
     
    Public Property DayWeekend As C1.Framework.Style
    public C1.Framework.Style DayWeekend {get; set;}
    See Also