Represents the dialog types that can be opened by the RadScheduler control.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
public enum SchedulerDialogType
Fields
The dialog that is opened when the user tries to delete an IAppointment.
DeleteAppointmentChoiceDialog = 4
The dialog through which the user can choose whether to delete single Occurrence of an IAppointment or the whole series.
DeleteRecurrenceChoiceDialog = 3
The dialog that is opened when an IAppointment is created or edited.
EditAppointmentDialog = 0
The dialog through which the user can choose whether to edit single Occurrence of an IAppointment or the whole series.
EditRecurrenceChoiceDialog = 2
The dialog that is opened when the IRecurrenceRule of an IAppointment is created or edited.
EditRecurrenceDialog = 1
The dialog that is opened when the users taps on an IAppointment in mobile. From this dialog the user can edit or delete the appointment.
PreviewAppointmentDialog = 5