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

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