ComponentOne DataGrid for WPF and Silverlight
CanConvertFrom(ITypeDescriptorContext,Type) Method

C1.WPF.DataGrid Namespace > DataGridScrollStepConverter Class > CanConvertFrom Method : CanConvertFrom(ITypeDescriptorContext,Type) Method
An object that provides a format context.
The type you want to convert from.
Returns whether the type converter can convert an object from the specified type to the type of this converter.
Syntax
'Declaration
 
Public Overloads Overrides Function CanConvertFrom( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal sourceType As System.Type _
) As System.Boolean
public override System.bool CanConvertFrom( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.Type sourceType
)

Parameters

context
An object that provides a format context.
sourceType
The type you want to convert from.

Return Value

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

Reference

DataGridScrollStepConverter Class
DataGridScrollStepConverter Members
Overload List