RadControls for WPF

A class that represents the information for the appointments during the drag operation.

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

Syntax

C#
[ObsoleteAttribute("This class is deprecated. Use ScheduleViewDragDropPayload class instead.", 
	true)]
public class SchedulerDragDropPayload : ScheduleViewDragDropPayload
Visual Basic
<ObsoleteAttribute("This class is deprecated. Use ScheduleViewDragDropPayload class instead.",  _
	True)> _
Public Class SchedulerDragDropPayload _
	Inherits ScheduleViewDragDropPayload

Inheritance Hierarchy

See Also