Click or drag to resize

RangeConverterCanConvertFrom Method (ITypeDescriptorContext, Type)

[Missing <summary> documentation for "M:Stimulsoft.Report.Design.RangeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

Namespace:  Stimulsoft.Report.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Design.RangeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

sourceType
Type: SystemType

[Missing <param name="sourceType"/> documentation for "M:Stimulsoft.Report.Design.RangeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.Design.RangeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

See Also