ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeBinding Class / DataMember Property

In This Topic
    DataMember Property (C1TreeViewNodeBinding)
    In This Topic
    Gets or sets the value to match against a System.Web.UI.IHierarchyData. Type property for a data item to determine whether to apply the tree node binding.
    Syntax
    'Declaration
     
    Public Property DataMember As System.String
    public System.string DataMember {get; set;}
    See Also