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
ConfirmationDialog
Dialog with Ok and Cancel buttons.
Declaration
public const DialogType ConfirmationDialog
Field Value
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
RecurrenceDialog
Recurrence dialog for editing and viewing the recurrence rule an appointment.
Declaration
public const DialogType RecurrenceDialog
Field Value
value__
Declaration
public int value__
Field Value
System.
|