Item converter used to convert the items to string and vice versa.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public TypeConverter ItemConverter { get; set; }
Visual Basic
Public Property ItemConverter As TypeConverter
	Get
	Set

Remarks

Use in conjunction with ItemTemplate to support AutoComplete and editing when providing custom item visualization.

See Also