Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Converters Namespace
Inheritance Hierarchy
In This Topic
    Xceed.Wpf.Toolkit.Converters Namespace
    In This Topic
    Provides converters for the toolkits classes.
    Classes
     ClassDescription
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class

    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".

    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    See Also