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
| Type |
|---|
| AppointmentEditorOptions |
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
| Type |
|---|
| AppointmentEditorOptions |
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
| Type |
|---|
| AppointmentEditorOptions |
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
| Type |
|---|
| AppointmentEditorOptions |
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
| Type |
|---|
| AppointmentEditorOptions |
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
| Type |
|---|
| AppointmentEditorOptions |
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
| Type |
|---|
| AppointmentEditorOptions |
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
| Type |
|---|
| AppointmentEditorOptions |
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
Field Value
| Type |
|---|
| AppointmentEditorOptions |