ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / DayTheme Class / Weekend Property

In This Topic
    Weekend Property (DayTheme)
    In This Topic
    Gets or sets base weekend day style. Determines the appearance of all weekends on the screen if they have no their own definition.
    Syntax
    'Declaration
     
    
    Public Property Weekend As DayStyle
    public DayStyle Weekend {get; set;}
    See Also