Class TreeMapDataItemTypeConverter
Inheritance
System.Object
TreeMapDataItemTypeConverter
Namespace: Telerik.WinControls.UI.TreeMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TreeMapDataItemTypeConverter : TypeConverter
Constructors
TreeMapDataItemTypeConverter()
Declaration
public TreeMapDataItemTypeConverter()
Methods
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Type
destinationType
|
Returns
System.Boolean
|
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Globalization.CultureInfo
culture
|
System.Object
value
|
System.Type
destinationType
|
Returns
System.Object
|