Class AppointmentEditorOptions
Specifies to show the editors for the ScheduleAppointment details in SchedulerAppointmentEditorView when you double click the scheduler.
Inheritance
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class AppointmentEditorOptions : Enum
Fields
All
Gets or sets a flag value that determines the visibility of all the editors in the SchedulerAppointmentEditorView for the ScheduleAppointment details based on the flag operator.
Declaration
public const AppointmentEditorOptions All
Field Value
AllDay
Gets or sets a flag value that determines the visibility of the all day editor in the SchedulerAppointmentEditorView for the IsAllDay detail based on the flag operator.
Declaration
public const AppointmentEditorOptions AllDay
Field Value
Background
Gets or sets a flag value that determines the visibility of the background editor in the SchedulerAppointmentEditorView based on the flag operator.
Declaration
public const AppointmentEditorOptions Background
Field Value
Description
Gets or sets a flag value that determines the visibility of the notes editor in the SchedulerAppointmentEditorView for the Notes details based on the flag operator.
Declaration
public const AppointmentEditorOptions Description
Field Value
Foreground
Gets or sets a flag value that determines the visibility of the foreground editor in the SchedulerAppointmentEditorView based on the flag operator.
Declaration
public const AppointmentEditorOptions Foreground
Field Value
Recurrence
Gets or sets a flag value that determines the visibility of recurrence editor in the SchedulerAppointmentEditorView for the RecurrenceRule details based on the flag operator.
Declaration
public const AppointmentEditorOptions Recurrence
Field Value
Reminder
Gets or sets a flag value that determines the visibility of the reminder editor in the SchedulerAppointmentEditorView for the Reminders details based on the flag operator .
Declaration
public const AppointmentEditorOptions Reminder
Field Value
Resource
Gets or sets a flag value that determines the visibility of the resource editor in the SchedulerAppointmentEditorView for the ResourceIdCollection details based on the flag operator .
Declaration
public const AppointmentEditorOptions Resource
Field Value
TimeZone
Gets or sets a flag value that determines the visibility of the start and end time zone editors in the SchedulerAppointmentEditorView based on the flag operator.
Declaration
public const AppointmentEditorOptions TimeZone