ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1HierarchicalPresenter Class / ItemConverter Property



In This Topic
    ItemConverter Property (C1HierarchicalPresenter)
    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
    'Usage
     
    
    Dim instance As C1HierarchicalPresenter
    Dim value As TypeConverter
     
    instance.ItemConverter = value
     
    value = instance.ItemConverter
    public TypeConverter ItemConverter {get; set;}
    public:
    property TypeConverter^ ItemConverter {
       TypeConverter^ get();
       void set (    TypeConverter^ value);
    }
    See Also