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

In This Topic
    ShowTodayButton Property (CalendarSettings)
    In This Topic
    Determines if the Today button of the dropdown calendar is visible.
    Syntax
    'Declaration
     
    
    Public Property ShowTodayButton As Boolean
    public bool ShowTodayButton {get; set;}
    See Also