New to Telerik UI for WPFStart a free 30-day trial

Enumeration that represent the action when dragging or resizing recurrence appointment.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public enum EditRecurrenceDragResizeAction

Fields

Indicates that the current dragged/resized occurrence will be converted into an exception.

C#
CreateException = 1

Indicates that recurrent appointments cannot be dragged.

C#
None = 2

Indicates that the recurrence rule will be reset when dragging/resizing.

C#
ResetRecurrenceRule = 0