Gets or sets a value indicating whether to completely disable reminders in the whole schedule.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool DisableReminders { get; set; } |
Visual Basic Copy Code |
---|
Public Property DisableReminders As Boolean |
true to disable reminders; false to enable them. The default is false.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |