Class EditRecurrenceDragResizeAction
Enumeration that represent the action when dragging or resizing recurrence appointment.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class EditRecurrenceDragResizeAction : Enum
Fields
CreateException
Indicates that the current dragged/resized occurrence will be converted into an exception.
Declaration
public const EditRecurrenceDragResizeAction CreateException
Field Value
None
Indicates that recurrent appointments cannot be dragged.
Declaration
public const EditRecurrenceDragResizeAction None
Field Value
ResetRecurrenceRule
Indicates that the recurrence rule will be reset when dragging/resizing.
Declaration
public const EditRecurrenceDragResizeAction ResetRecurrenceRule
Field Value
value__
Declaration
public int value__
Field Value
System.
|