This documentation is archived and is not being maintained.
MenuItem::DataItem Property
Visual Studio 2010
Gets the data item that is bound to the menu item.
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 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:
Note