Skip to main content
A newer version of this page is available.
All docs
V19.1

SelectColumnExpression.SelectColumnTypeConverter.CanConvertTo(ITypeDescriptorContext, Type) Method

Determines whether the converter can convert the object to the specified type, using the specified context.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public override bool CanConvertTo(
    ITypeDescriptorContext context,
    Type destinationType
)

Parameters

Name Type Description
context ITypeDescriptorContext

An ITypeDescriptorContext that provides context information used for conversion.

destinationType Type

A Type that is the type you want to convert to.

Returns

Type Description
Boolean

True, if the column value can be converted to the specified type; otherwise, false.

See Also