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
Dragging
Mode that is used when the dialog window is shown when an appointment is dragged.
Declaration
public const RecurrenceChoiceDialogMode Dragging
Field Value
Opening
Mode that is used when the dialog window is shown when double click on appointment.
Declaration
public const RecurrenceChoiceDialogMode Opening
Field Value
Resizing
Mode that is used when the dialog window is shown when an appointment is resized.
Declaration
public const RecurrenceChoiceDialogMode Resizing
Field Value
value__
Declaration
public int value__
Field Value
System.
|