Class RecurrenceChoiceDialogMode
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class RecurrenceChoiceDialogMode : Enum
Fields
Deleting
Mode that is used when the dialog window is shown when an appointment is deleted.
Declaration
public const RecurrenceChoiceDialogMode Deleting
Field Value
RecurrenceChoiceDialogMode
|
Dragging
Mode that is used when the dialog window is shown when an appointment is dragged.
Declaration
public const RecurrenceChoiceDialogMode Dragging
Field Value
RecurrenceChoiceDialogMode
|
Opening
Mode that is used when the dialog window is shown when double click on appointment.
Declaration
public const RecurrenceChoiceDialogMode Opening
Field Value
RecurrenceChoiceDialogMode
|
Resizing
Mode that is used when the dialog window is shown when an appointment is resized.
Declaration
public const RecurrenceChoiceDialogMode Resizing
Field Value
RecurrenceChoiceDialogMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|