Gets or sets the Boolean value indicating if the associated Reminder object has non-default settings. True if the reminder overrides the default reminder behavior for the appointment. You must set the ReminderOverrideDefault property to validate the ReminderPlaySound and the ReminderSoundFile properties.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool ReminderOverrideDefault { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property ReminderOverrideDefault As Boolean
	Get
	Set

See Also