Checks whether the converter can convert to a given type.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public override bool CanConvertTo( ITypeDescriptorContext context, Type destinationType ) |
Visual Basic |
---|
Public Overrides Function CanConvertTo ( _ context As ITypeDescriptorContext, _ destinationType As Type _ ) As Boolean |
Parameters
- context
- Type: System.ComponentModel..::..ITypeDescriptorContext
- destinationType
- Type: System..::..Type