ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / ShowTodayButton Property

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