RadMenu for ASP.NET AJAX

RadControls for ASP.NET AJAX

RadMenu has a number of useful methods for accessing the items in the menu. The following table lists these methods:

MethodParametersReturn ValueDescription
GetAllItemsnoneIList<RadMenuItem>Returns a list of all items in the menu, flattening out the menu hierarchy.
FindItemByTextstringRadMenuItemReturns the first item in the menu whose Text property matches the parameter.
FindItemByUrlstringRadMenuItemReturns the first item in the menu whose NavigateUrl property matches the parameter.
FindItemByValuestringRadMenuItemReturns the first item in the menu whose Value property matches the parameter.

See Also