[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListBoxLengthConverter

ListBoxLengthConverter Class

Converts instances of other types to and from ListBoxLength instances.

Inheritance
ListBoxLengthConverter
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class ListBoxLengthConverter : TypeConverter
Public Class ListBoxLengthConverter
    Inherits TypeConverter

Constructors

Name Description
ListBoxLengthConverter()

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)

Returns whether the type converter can convert an object from the specified type to the type of this converter.

CanConvertTo(ITypeDescriptorContext, Type)

Returns whether the type converter can convert an object to the specified type.

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts from the specified value to the intended conversion type of the converter.

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the specified value object to the specified type.