ComponentOne Basic Library for WPF and Silverlight
ItemConverter Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : ItemConverter Property
Item converter used to convert the items to string and vice versa.
Syntax
'Declaration
 
Public Property ItemConverter As System.ComponentModel.TypeConverter
'Usage
 
Dim instance As C1ComboBox
Dim value As System.ComponentModel.TypeConverter
 
instance.ItemConverter = value
 
value = instance.ItemConverter
public System.ComponentModel.TypeConverter ItemConverter {get; set;}
Remarks
Use in conjunction with ItemTemplate to support AutoComplete and editing when providing custom item visualization.
See Also

Reference

C1ComboBox Class
C1ComboBox Members