MenuItemTemplateContainer.DataItem Property
.NET Framework 3.0
Gets or sets the menu item associated with the container.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public Object get_DataItem () /** @property */ public void set_DataItem (Object value)
public function get DataItem () : Object public function set DataItem (value : Object)
Not applicable.
Property Value
A MenuItem that represents the menu item associated with the container.Use the DataItem property to specify or determine the menu item associated with the container.
Note: |
|---|
| This property is used primarily by control developers when extending the Menu class. |
Community Additions
ADD
Show:
Note: