New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the dialog types that can be opened by the RadScheduler control.

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum SchedulerDialogType

Fields

The dialog that is opened when the user tries to delete an IAppointment.

C#
DeleteAppointmentChoiceDialog = 4

The dialog through which the user can choose whether to delete single Occurrence of an IAppointment or the whole series.

C#
DeleteRecurrenceChoiceDialog = 3

The dialog that is opened when an IAppointment is created or edited.

C#
EditAppointmentDialog = 0

The dialog through which the user can choose whether to edit single Occurrence of an IAppointment or the whole series.

C#
EditRecurrenceChoiceDialog = 2

The dialog that is opened when the IRecurrenceRule of an IAppointment is created or edited.

C#
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.

C#
PreviewAppointmentDialog = 5