[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.DataTypeConverter.CanConvertFrom

CanConvertFrom Method

CanConvertFrom(ITypeDescriptorContext, Type)

Checks whether the converter can convert from a given type.

Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
Type Name Description
ITypeDescriptorContext context
Type sourceType
Returns
Type Description
bool
Overrides