Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Converters Namespace / NewItemTypesComboBoxConverter Class
Members


In This Topic
    NewItemTypesComboBoxConverter Class
    In This Topic

    This multi-value converter is used in the CollectionControl template to determine the list of possible new item types that will be shown in the combo box.

    If the second value (i.e., CollectionControl.NewItemTypes) is not null, this list will be used. Otherwise, if the first value (i.e., CollectionControl.ItemsSourceType) is a IList<T> type, the new item type list will contain "T".

    Syntax
    'Declaration
     
    Public Class NewItemTypesComboBoxConverter 
    'Usage
     
    Dim instance As NewItemTypesComboBoxConverter
    public class NewItemTypesComboBoxConverter 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Toolkit.Converters.NewItemTypesComboBoxConverter

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also