[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.NullableObjectConverter-1

NullableObjectConverter<T> Class

Converter required to support nullable properties in XAML.

Inheritance
NullableObjectConverter<T>
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class NullableObjectConverter<T> : TypeConverter
Type Parameters
Name Description
T

Underlying type of nullable value.

Constructors

Name Description
NullableObjectConverter()

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)

Checks whether the converter can convert from a given type.

CanConvertTo(ITypeDescriptorContext, Type)

Checks whether the converter can convert to a given type.

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts from a given type.

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Convert to a given type.