RadControls for Silverlight

Describes the type a ScheduleView dialog.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.1050

Syntax

C#
public enum DialogType
Visual Basic
Public Enumeration DialogType

Members

Member nameValueDescription
AppointmentDialog1 Appointment dialog for creating, editing and viewing appointments.
RecurrenceDialog2 Recurrence dialog for editing and viewing the recurrence rule an appointment.
RecurrenceChoiceDialog3 Dialog that allows the user to choose between editing/deleting an occurrence of an recurrent appointment or the whole appointment.
ConfirmationDialog4 Dialog with Ok and Cancel buttons.

See Also