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
SyntaxC#
Copy Code
|
|---|
public bool DisableReminders { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DisableReminders As Boolean |
true to disable the reminder events; otherwise, false. The default is true.
See Also