Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / C1ScheduleSettings Class / SetReminder Property

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