Gets a System.Web.UI.WebControls.MenuItemCollection object that contains the submenu items of the current menu item.
Documentation for this section has not yet been entered.
Use the MenuItem.ChildItems property (collection) to access the submenu items of the current menu item, if any. This collection contains only the menu items at the next level. To access menu items further down the menu tree, use the MenuItem.ChildItems property of a subsequent menu item. If the MenuItem.ChildItems property is null, the current menu does not have any submenu items.
The MenuItem.ChildItems property can also be used to programmatically manage the submenu items of the current menu item. You can add, insert, remove, retrieve, and modify System.Web.UI.WebControls.MenuItem objects from the collection. Any updates to the collection will automatically be reflected in the System.Web.UI.WebControls.Menu control the next time the page is refreshed.