[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.GenericTypeConverter.CanConvertFrom

CanConvertFrom Method

CanConvertFrom(ITypeDescriptorContext, Type)

Overloaded. Returns whether this converter can convert an object of one type to the type of this converter.

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