[Root] / 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 
    ClassMaps a name to a deterministic Brush.
    ClassExtracts 1 or 2 uppercase initials from a name string.
    ClassMaps IsRightAligned to HorizontalAlignement, the columns' widths & avatar visibility values.
    ClassIMultiValueConverter that formats a DateTime using the provided format string.
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    ClassReturns bool indicating if a value is an instance of the Type passed as parameter.
    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