Skip to main content

MappingConverter.CanConvertTo(ITypeDescriptorContext, Type) Method

Determines whether the converter can convert Mapping to the specified type.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public override bool CanConvertTo(
    ITypeDescriptorContext context,
    Type destinationType
)

Parameters

Name Type Description
context ITypeDescriptorContext

Describes the context information of a type.

destinationType Type

The type to which the converter should convert a Mapping instance.

Returns

Type Description
Boolean

true, if the converter can convert Mapping to the specified type; otherwise, false.

See Also