New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Accessing Items

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

 

MethodParametersReturn ValueDescription
GetAllItemsnoneIList<RadPanelBarItem>Returns a list of all items in the panel, flattening out the panel hierarchy.
FindItemByTextstringRadPanelBarItemReturns the first item in the panel whose Text property matches the parameter.
FindItemByUrlstringRadPanelBarItemReturns the first item in the panel whose NavigateUrl property matches the parameter.
FindItemByValuestringRadPanelBarItemReturns the first item in the panel whose Value property matches the parameter.

See Also

In this article
See Also
Not finding the help you need?
Contact Support