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

In This Topic
    DaySelectedBold Property (CalendarTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the style of the day which is selected and bold at the same time.
    Syntax
    'Declaration
     
    Public Property DaySelectedBold As C1.Framework.Style
    public C1.Framework.Style DaySelectedBold {get; set;}
    See Also