MenuItem.DataItem Property
.NET Framework 4.5
Gets the data item that is bound to the menu item.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
When the Menu 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 menu item. This property is commonly used to access the value of the data item.
Note |
|---|
This property is available only after data binding has occurred. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note