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

In This Topic
    MonthDayHeaderSelected Property (ScheduleTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the appearance of the selected day header in the month view.
    Syntax
    'Declaration
     
    Public Property MonthDayHeaderSelected As C1.Framework.Style
    public C1.Framework.Style MonthDayHeaderSelected {get; set;}
    See Also