[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PaddingEx.PaddingExConverter.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

Determines if we can convert to anything.

Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
Type Name Description
ITypeDescriptorContext context

The context.

Type destinationType

The destination type.

Returns
Type Description
bool

Returns True if we can convert, otherwise False.

Overrides