RadControls for Silverlight

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

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.1050

Syntax

C#
public enum EditRecurrenceDragResizeAction
Visual Basic
Public Enumeration EditRecurrenceDragResizeAction

Members

Member nameValueDescription
ResetRecurrenceRule0 Indicates that the recurrence rule will be reset when dragging/resizing.
CreateException1 Indicates that the current dragged/resized occurrence will be converted into an exception.
None2 Indicates that recurrent appointments cannot be dragged.

See Also