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

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