InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / ShowToday Property

In This Topic
    ShowToday Property (InputDatePicker)
    In This Topic
    Gets or sets whether the today date is displayed at the bottom of the Calendar.
    Syntax
    'Declaration
     
    Public Property ShowToday As Boolean
    public bool ShowToday {get; set;}
    See Also