ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / ReminderOverrideDefault Property

In This Topic
    ReminderOverrideDefault Property
    In This Topic
    Gets or sets the System.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.
    Syntax
    'Declaration
     
    Public Property ReminderOverrideDefault As System.Boolean
    public System.bool ReminderOverrideDefault {get; set;}
    See Also