Gets or sets the value to match against a IHierarchyData. Type property for a data item to determine whether to apply the tree node binding.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Data")]
[DefaultValueAttribute("")]
public string DataMember { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Data")> _
<DefaultValueAttribute("")> _
Public Property DataMember As String
	Get
	Set

See Also