This documentation is archived and is not being maintained.

TreeNode::DataItem Property

Gets the data item that is bound to the control.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

[BrowsableAttribute(false)]
public:
property Object^ DataItem {
	Object^ get ();
}

Property Value

Type: System::Object
A System::Object that represents the data item that is bound to the control. The default value is nullptr, which indicates that the node is not bound to any data item.

When the TreeView control is bound to a data source, such as an XmlDataSource object, this property is set to the data item that is bound to this specific node. This property is commonly used to access the values of the data item.

NoteNote

This property is available only after data binding has occurred.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: