Class DialogType
Describes the type a ScheduleView dialog.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class DialogType : Enum
Fields
AppointmentDialog
Appointment dialog for creating, editing and viewing appointments.
Declaration
public const DialogType AppointmentDialog
Field Value
DialogType
|
ConfirmationDialog
Dialog with Ok and Cancel buttons.
Declaration
public const DialogType ConfirmationDialog
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
public const DialogType RecurrenceChoiceDialog
Field Value
DialogType
|
RecurrenceDialog
Recurrence dialog for editing and viewing the recurrence rule an appointment.
Declaration
public const DialogType RecurrenceDialog
Field Value
DialogType
|
value__
Declaration
public int value__
Field Value
System.Int32
|