Class SchedulerDialogType
Represents the dialog types that can be opened by the RadScheduler control.
Inheritance
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SchedulerDialogType : Enum
Fields
DeleteAppointmentChoiceDialog
The dialog that is opened when the user tries to delete an IAppointment.
Declaration
public const SchedulerDialogType DeleteAppointmentChoiceDialog
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
public const SchedulerDialogType DeleteRecurrenceChoiceDialog
Field Value
SchedulerDialogType
|
EditAppointmentDialog
The dialog that is opened when an IAppointment is created or edited.
Declaration
public const SchedulerDialogType EditAppointmentDialog
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
public const SchedulerDialogType EditRecurrenceChoiceDialog
Field Value
SchedulerDialogType
|
EditRecurrenceDialog
The dialog that is opened when the IRecurrenceRule of an IAppointment is created or edited.
Declaration
public const SchedulerDialogType EditRecurrenceDialog
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
public const SchedulerDialogType PreviewAppointmentDialog
Field Value
SchedulerDialogType
|
value__
Declaration
public int value__
Field Value
System.Int32
|