ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / TitleBackColor Property

In This Topic
    TitleBackColor Property (CalendarSettings)
    In This Topic
    Gets or sets a value indicating the background color of the title area of the calendar.
    Syntax
    'Declaration
     
    
    Public Property TitleBackColor As Color
    public Color TitleBackColor {get; set;}
    See Also