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

In This Topic
    DataMemberPath Property (BindingInfo)
    In This Topic
    Gets a collection that identifies the names of a specific record set within the DataSource by tree levels.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public ReadOnly Property DataMemberPath As PropertyPath
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public PropertyPath DataMemberPath {get;}
    See Also