ClassDataConverter
Class
Provides the basic methods for converting the data in a IDataObject.
Definition
Namespace:Telerik.Windows.DragDrop.Behaviors
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public abstract class DataConverter
Inheritance: objectDataConverter
Derived Classes:
Constructors
DataConverter()
Declaration
cs-api-definition
protected DataConverter()
Methods
CanConvertTo(Type)
Checks to see whether the data can be converted to a specified format. The data format is specified by a Type object.
CanConvertTo(string)
Checks to see whether the data can be converted to a specified format.
ConvertTo(object, Type)
Retrieves a data object in a specified format; the data format is specified by a Type object.
ConvertTo(object, string)
Retrieves a data object in a specified format; the data format is specified by a string.
GetConvertToFormats()
Returns a list of all formats that the data in this data object can be converted to.