Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / ShowTodayButton Property

In This Topic
    ShowTodayButton Property (DateEditMonthCalendar)
    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