Class DependencyPropertyConverter
Finds a System.Windows.Controls.Control System.Windows.DependencyProperty by its string representation.
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.ComponentModel.ITypeDescriptorContext
context
The context. |
System.Type
sourceType
Type of the source. |
Returns
System.Boolean
|
CanConvertTo(ITypeDescriptorContext, Type)
Determines whether this instance can convert to the specified context.
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
The context. |
System.Type
destinationType
Type of the destination. |
Returns
System.Boolean
|
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Converts from.
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
The context. |
System.Globalization.CultureInfo
culture
The culture. |
System.Object
value
The value. |
Returns
System.Object
|