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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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