ComponentOne FinancialChart for WPF
ItemConverter Property (C1ComboBox)



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

Reference

C1ComboBox Class
C1ComboBox Members