ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / ShowTodayButton Property

In This Topic
    ShowTodayButton Property
    In This Topic
    identifies whether C1Calendar showld show Today button. The default value is false.
    Syntax
    'Declaration
     
    Public Property ShowTodayButton As System.Boolean
    public System.bool ShowTodayButton {get; set;}
    See Also