Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerSettings Class / SetReminder Property

In This Topic
    SetReminder Property
    In This Topic
    Gets or sets whether reminder should be set for the newly created appointments. The default value is true.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.SetReminder", "Determines whether reminder should be set for the newly created appointments.")>
    <DefaultValueAttribute(True)>
    Public Property SetReminder As Boolean
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.SetReminder", "Determines whether reminder should be set for the newly created appointments.")]
    [DefaultValue(true)]
    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