ClassDragDropPayloadManager
Provides basic methods for extracting data for the DragPayload class.
Definition
Namespace:Telerik.UI.Xaml.Controls.DragDrop
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public static class DragDropPayloadManager
Inheritance: objectDragDropPayloadManager
Methods
GeneratePayload(DataConverter)
Generate drag payload class based on the security restrictions (e.g. partial trust or full trust application).
Declaration
public static IDragPayload GeneratePayload(DataConverter converter)
Parameters
converter
Data converter used to convert the data from one type to another.
Returns
The dray payload object.
GetDataFromObject(object, Type)
Gets the data from object.
GetDataFromObject(object, string)
Gets the data from object.
GetDataFromObject(object, string, bool)
Gets the data from object.
GetDataPresent(object, Type)
Indicates whether data of a certain format is present in the draggedObject parameter.
GetDataPresent(object, string)
Indicates whether data of a certain format is present in the draggedObject parameter.
GetDataPresent(object, string, bool)
Indicates whether data of a certain format is present in the draggedObject parameter.
GetFormats(object)
Gets the formats.
GetFormats(object, bool)
Gets the formats.
SetData(object, string, object)
Sets the data for the draggedObject parameter of a given format.