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

In This Topic
    TitleNavigation Property
    In This Topic
    Gets or sets a value indicating whether current month and year can be changed by clicking on the title of the calendar.
    Syntax
    'Declaration
     
    
    Public Overridable Property TitleNavigation As Boolean
    public virtual bool TitleNavigation {get; set;}
    See Also