Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonDatePicker Class / ShowToday Property

In This Topic
    ShowToday Property (RibbonDatePicker)
    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