A System.Web.UI.WebControls.MenuItem that represents the menu item at the specified value path.
Use the Menu.FindItem(string) method to retrieve a System.Web.UI.WebControls.MenuItem object from the System.Web.UI.WebControls.Menu control. To retrieve the System.Web.UI.WebControls.MenuItem object, you must specify a menu path to the menu item. The menu path is a string of delimited values that form the path from a root menu item to the current menu item. To determine the delimiter character, use the Menu.PathSeparator property.