RadControls for Silverlight

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

Syntax

C#
public enum RecurrenceChoiceDialogMode
Visual Basic
Public Enumeration RecurrenceChoiceDialogMode

Members

Member nameValueDescription
Opening0 Mode that is used when the dialog window is shown when double click on appointment.
Deleting1 Mode that is used when the dialog window is shown when an appointment is deleted.
Resizing2 Mode that is used when the dialog window is shown when an appointment is resized.
Dragging3 Mode that is used when the dialog window is shown when an appointment is dragged.

See Also