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

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