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;}
See Also