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: 2013.1.403.40

Syntax

C#
public class ScheduleViewXbapDragDropPayload : PartialTrustPayload, 
	IDragDropPayload
Visual Basic
Public Class ScheduleViewXbapDragDropPayload _
	Inherits PartialTrustPayload _
	Implements IDragDropPayload

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Controls.ScheduleView..::..PartialTrustPayload
    Telerik.Windows.Controls.ScheduleView..::..ScheduleViewXbapDragDropPayload

See Also