Enum
SchedulerDialogType

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

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum SchedulerDialogType

Fields

DeleteAppointmentChoiceDialog

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

Declaration

cs-api-definition
DeleteAppointmentChoiceDialog = 4

Field Value

SchedulerDialogType

DeleteRecurrenceChoiceDialog

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

Declaration

cs-api-definition
DeleteRecurrenceChoiceDialog = 3

Field Value

SchedulerDialogType

EditAppointmentDialog

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

Declaration

cs-api-definition
EditAppointmentDialog = 0

Field Value

SchedulerDialogType

EditRecurrenceChoiceDialog

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

Declaration

cs-api-definition
EditRecurrenceChoiceDialog = 2

Field Value

SchedulerDialogType

EditRecurrenceDialog

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

Declaration

cs-api-definition
EditRecurrenceDialog = 1

Field Value

SchedulerDialogType

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.

Declaration

cs-api-definition
PreviewAppointmentDialog = 5

Field Value

SchedulerDialogType