ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / ShowToday Property

In This Topic
    ShowToday Property (C1CalendarView)
    In This Topic
    Gets or sets a value that indicates whether to display today date.
    Syntax
    'Declaration
     
    
    Public Property ShowToday As Boolean
    public bool ShowToday {get; set;}
    See Also