TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / PropertyPath Class
Members

In This Topic
    PropertyPath Class
    In This Topic
    Represents the collection of fields or peroperties to be used for binding at the specified C1TreeView level.
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class PropertyPath 
       Inherits C1.Win.Collections.ObjectModel.ObservableDictionary(Of Integer,String)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class PropertyPath : C1.Win.Collections.ObjectModel.ObservableDictionary<int,string> 
    Inheritance Hierarchy
    See Also