Finds a Control DependencyProperty by its string representation.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public sealed class DependencyPropertyConverter : TypeConverter
Inheritance: objectTypeConverterDependencyPropertyConverter
Inherited Members
Constructors
C#
public DependencyPropertyConverter()
Methods
Determines whether this instance can convert from the specified context.
C#
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
The context.
sourceTypeTypeType of the source.
Returns:Overrides:
Determines whether this instance can convert to the specified context.
C#
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
The context.
destinationTypeTypeType of the destination.
Returns:Overrides:
Converts from.
C#
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
The context.
cultureCultureInfoThe culture.
valueobjectThe value.
Returns:Overrides: