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