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

In This Topic
    ShowReminderDialog Property
    In This Topic
    Determines whether control should display embedded reminder dialog when reminder is fired.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <C1CategoryAttribute("Behavior")>
    Public Property ShowReminderDialog As Boolean
    [DefaultValue(false)]
    [C1Category("Behavior")]
    public bool ShowReminderDialog {get; set;}

    Property Value

    The default value is false.
    Remarks
    The embedded reminder dialog will only be shown if this property is true, the ToastNotifier property is not set and application doesn't handle the C1Scheduler.ReminderFire event.
    See Also