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

In This Topic
    DataMember Property (C1TreeMapItemBinding)
    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