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

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