EnumSchedulerDialogType
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
DeleteAppointmentChoiceDialog
The dialog that is opened when the user tries to delete an IAppointment.
DeleteRecurrenceChoiceDialog
The dialog through which the user can choose whether to delete single Occurrence of an IAppointment or the whole series.
EditAppointmentDialog
The dialog that is opened when an IAppointment is created or edited.
EditRecurrenceChoiceDialog
The dialog through which the user can choose whether to edit single Occurrence of an IAppointment or the whole series.
EditRecurrenceDialog
The dialog that is opened when the IRecurrenceRule of an IAppointment is created or edited.
PreviewAppointmentDialog
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.