ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1TreeMap Class / ChildItemsPath Property



In This Topic
    ChildItemsPath Property (C1TreeMap)
    In This Topic
    Gets or sets the name of the property of collection that contains child items.
    Syntax
    'Declaration
     
    
    Public Property ChildItemsPath As String
    'Usage
     
    
    Dim instance As C1TreeMap
    Dim value As String
     
    instance.ChildItemsPath = value
     
    value = instance.ChildItemsPath
    public string ChildItemsPath {get; set;}
    public:
    property String^ ChildItemsPath {
       String^ get();
       void set (    String^ value);
    }
    See Also