Gets or sets a value indicating whether to completely disable reminders in the whole schedule. This is a dependency property.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# 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.