DataGridLengthConverter.CanConvertTo(ITypeDescriptorContext, Type) Method

Definition

Determines whether an instance of the DataGridLength class can be converted to an instance of the specified type.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

Parameters

context
ITypeDescriptorContext

An object that provides a format context.

destinationType
Type

The type to convert to.

Returns

true if this converter can perform the conversion; otherwise, false.

Applies to