ListPaddingTypeConverterCanConvertTo(ITypeDescriptorContext, Type) Method

Gets a value indicating whether this converter can convert an object to the given destination type using the context.

Definition

Namespace: EWSoftware.ListControls.Design
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context  ITypeDescriptorContext
The format context
destinationType  Type
The type to which to convert

Return Value

Boolean
Returns true if it can perform the conversion or false if it cannot

See Also