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 : EnumFields
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 AllField 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 AllDayField 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 BackgroundField 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 DescriptionField 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 ForegroundField 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 RecurrenceField 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 ReminderField 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 ResourceField 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 TimeZoneField Value
| Type | 
|---|
| AppointmentEditorOptions |