Class BindingConvertor
Represents a expression converter that returns the binding based on value.
Inheritance
System.Object
BindingConvertor
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class BindingConvertor : ExpressionConverter
Constructors
BindingConvertor()
Declaration
public BindingConvertor()
Methods
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.ITypeDescriptorContext | context | |
| System.Type | destinationType |
Returns
| Type |
|---|
| System.Boolean |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.ITypeDescriptorContext | context | |
| System.Globalization.CultureInfo | culture | |
| System.Object | value | |
| System.Type | destinationType |
Returns
| Type |
|---|
| System.Object |
See Also
System.Windows.ExpressionConverter