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

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