Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1SchedulerSettings Class / ShowReminderDialog Property

In This Topic
    ShowReminderDialog Property (C1SchedulerSettings)
    In This Topic
    Determines whether control should display embedded reminder dialog when reminder is fired.
    Syntax
    'Declaration
     
    
    Public Property ShowReminderDialog As Boolean
    public bool ShowReminderDialog {get; set;}

    Property Value

    The default value is true.
    See Also