TreeNode.DataBound Property
.NET Framework 3.0
Gets a value that indicates whether the node was created through data binding.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The DataBound property is used to programmatically determine whether the node was created through data binding. Because dynamic and static content cannot be mixed in the same node, this property is commonly used when populating a TreeView control dynamically to determine whether the node contains static content.
The value of this property is stored in view state.
Community Additions
ADD
Show: