Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1SchedulerSettings Class / SetReminder Property

In This Topic
    SetReminder Property (C1SchedulerSettings)
    In This Topic
    Gets or sets whether reminder should be set for the newly created appointments. The default value is true.
    Syntax
    'Declaration
     
    
    Public Property SetReminder As Boolean
    public bool SetReminder {get; set;}
    Remarks
    This property only affects initial setting. End-user will be able to change reminder settings for every individual C1.C1Schedule.Appointment object.
    See Also