Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public enum RecurrenceChoiceDialogMode
Fields
Mode that is used when the dialog window is shown when an appointment is deleted.
C#
Deleting = 1
Mode that is used when the dialog window is shown when an appointment is dragged.
C#
Dragging = 3
Mode that is used when the dialog window is shown when double click on appointment.
C#
Opening = 0
Mode that is used when the dialog window is shown when an appointment is resized.
C#
Resizing = 2