Class DependencyPropertyConverter
Finds a System.
Inheritance
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class DependencyPropertyConverter : TypeConverter
Constructors
DependencyPropertyConverter()
Declaration
public DependencyPropertyConverter()
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
Determines whether this instance can convert from the specified context.
Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
System. The context. |
System. Type of the source. |
Returns
System.
|
CanConvertTo(ITypeDescriptorContext, Type)
Determines whether this instance can convert to the specified context.
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
System. The context. |
System. Type of the destination. |
Returns
System.
|
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Converts from.
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
System. The context. |
System. The culture. |
System. The value. |
Returns
System.
|