TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / BindingInfo Class / KeyMemberPath Property

In This Topic
    KeyMemberPath Property (BindingInfo)
    In This Topic
    Gets a collection that identifies the key fields of the data source by tree levels.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public ReadOnly Property KeyMemberPath As PropertyPath
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public PropertyPath KeyMemberPath {get;}
    See Also