MindFusion.Wpf Pack Programmer's Guide
Calendar.DisableReminders Property
See Also
 





Gets or sets a value indicating whether to completely disable reminders in the whole schedule. This is a dependency property.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public bool DisableReminders { get; set; }

Visual Basic  Copy Code

Public Property DisableReminders As Boolean

 Property Value

true to disable the reminder events; otherwise, false. The default is true.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace
RemindersCheckInterval Property