Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / ItemConverter Property

In This Topic
    ItemConverter Property (C1TreeView)
    In This Topic
    The ItemConverter performs the conversion from a C1.Silverlight.C1HierarchicalPresenter instance to its String representation. If not set by the user, the default converter will be used.
    Syntax
    'Declaration
     
    
    Public Property ItemConverter As TypeConverter
    public TypeConverter ItemConverter {get; set;}
    See Also