ClassDataObjectHelper
Provides a trust settings independent way to retrieve drag data.
Definition
Namespace:Telerik.Windows.DragDrop.Behaviors
Assembly:Telerik.Windows.Controls.dll
Syntax:
public static class DataObjectHelper
Inheritance: objectDataObjectHelper
Methods
GetData(object, Type, bool)
Retrieves a data object in a specified format, and optionally, converts the data to the specified format.
GetData(object, string, bool)
Retrieves a data object in a specified format, and optionally, converts the data to the specified format.
GetDataPresent(object, Type, bool)
Retrieves a data object in a specified format, and optionally, converts the data to the specified format.
GetDataPresent(object, string, bool)
Retrieves a data object in a specified format, and optionally, converts the data to the specified format.
GetFormats(object, bool)
Returns a list of all formats that the data in this data object is stored in. A Boolean flag indicates whether to also include formats that the data can be automatically converted to.