MappingConverter.CanConvertTo(ITypeDescriptorContext, Type) Method
Determines whether the converter can convert Mapping to the specified type.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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 |
|
See Also