public class RadPanelBarItem : RadTreeViewItem
Public Class RadPanelBarItem _ Inherits RadTreeViewItem
The RadPanelBar control is made up of items. Items which are immediate children of the PanelBar are root items. Items which are children of root items are child items.
An item usually stores data in two properties, the Header property and the Item property. The value of the Header property is always displayed in the RadPanelBar control, and the Item property property is used to store the actual content of the RadPanelBarItem and is visible only when the RadPanelBarItem is expanded.
To create panel items, use one of the following methods: