ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / ShowToday Property

In This Topic
    ShowToday Property (DateEditMonthCalendar)
    In This Topic
    Gets or sets a value indicating whether the date represented by the TodayDate property is displayed at the bottom of the control.
    Syntax
    'Declaration
     
    
    Public Property ShowToday As Boolean
    public bool ShowToday {get; set;}
    See Also