ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / ItemConverter Property

In This Topic
    ItemConverter Property (DataGridComboBoxColumn)
    In This Topic
    Item converter used to convert the items to string and vice versa.
    Syntax
    'Declaration
     
    
    Public Property ItemConverter As TypeConverter
    public TypeConverter ItemConverter {get; set;}
    Remarks
    Use in conjunction with ItemTemplate to support AutoComplete and editing when providing custom item visualization.
    See Also