Provides basic methods for extracting data for the DragPayload class.
Definition
Namespace:Telerik.Windows.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class DragDropPayloadManager
Inheritance: objectDragDropPayloadManager
Methods
Generate drag payload class based on the security restrictions (e.g. partial trust or full trust application).
C#
public static IDragPayload GeneratePayload(DataConverter converter)
Data converter used to convert the data from one type to another.
Returns:The dray payload object.
Indicates whether data of a certain format is present in the draggedObject parameter.