Enum
DialogType

Describes the type a ScheduleView dialog.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
[SuppressMessage("Design", "CA1008:Enums should have zero value", Justification = "<Pending>")]
public enum DialogType

Fields

AppointmentDialog

Appointment dialog for creating, editing and viewing appointments.

Declaration

cs-api-definition
AppointmentDialog = 1

Field Value

DialogType

ConfirmationDialog

Dialog with Ok and Cancel buttons.

Declaration

cs-api-definition
ConfirmationDialog = 4

Field Value

DialogType

RecurrenceChoiceDialog

Dialog that allows the user to choose between editing/deleting an occurrence of an recurrent appointment or the whole appointment.

Declaration

cs-api-definition
RecurrenceChoiceDialog = 3

Field Value

DialogType

RecurrenceDialog

Recurrence dialog for editing and viewing the recurrence rule an appointment.

Declaration

cs-api-definition
RecurrenceDialog = 2

Field Value

DialogType