Gets or sets whether reminder should be set for the newly created appointments. The default value is true.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] public bool SetReminder { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(True)> _ Public Property SetReminder As Boolean Get Set |
Remarks
This property only affects initial setting. End-user will be able to change reminder settings
for every individual Appointment object.