Enum AppointmentEditorOptions
Specifies to show the editors for the ScheduleAppointment details in SchedulerAppointmentEditorWindow when you double click the scheduler.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
[Flags]
public enum AppointmentEditorOptions
Fields
| Name | Description |
|---|---|
| All | Gets or sets a flag value that determines the visibility of all the editors in the SchedulerAppointmentEditorWindow for the ScheduleAppointment details based on the flag operator. |
| AllDay | Gets or sets a flag value that determines the visibility of the all day editor in the SchedulerAppointmentEditorWindow for the IsAllDay detail based on the flag operator. |
| Background | Gets or sets a flag value that determines the visibility of the background editor in the SchedulerAppointmentEditorWindow based on the flag operator. |
| Description | Gets or sets a flag value that determines the visibility of the notes editor in the SchedulerAppointmentEditorWindow for the Notes details based on the flag operator. |
| Foreground | Gets or sets a flag value that determines the visibility of the foreground editor in the SchedulerAppointmentEditorWindow based on the flag operator. |
| Recurrence | Gets or sets a flag value that determines the visibility of recurrence editor in the SchedulerAppointmentEditorWindow for the RecurrenceRule details based on the flag operator. |
| Reminder | Gets or sets a flag value that determines the visibility of the reminder editor in the SchedulerAppointmentEditorWindow for the Reminders details based on the flag operator . |
| Resource | Gets or sets a flag value that determines the visibility of the resource editor in the SchedulerAppointmentEditorWindow for the ResourceIdCollection details based on the flag operator . |
| TimeZone | Gets or sets a flag value that determines the visibility of the start and end time zone editors in the SchedulerAppointmentEditorWindow based on the flag operator. |