MindFusion.Scheduling for Silverlight 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.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 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.Silverlight Namespace
RemindersCheckInterval Property