MenuItemCollection.Item Property
.NET Framework 3.0
Gets the MenuItem object at the specified index in the current MenuItemCollection object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public MenuItem get_Item (int index)
Not applicable.
Parameters
- index
The zero-based index of the MenuItem to retrieve.
Property Value
The MenuItem at the specified index in the current MenuItemCollection.Community Additions
ADD
Show: