public class RadTreeViewItem : EditableHeaderedItemsControl, IProvideStackingSize, ICachable, ICommandSource
Public Class RadTreeViewItem _ Inherits EditableHeaderedItemsControl _ Implements IProvideStackingSize, ICachable, ICommandSource
The RadTreeView control is made up of items. Items which are immediate children of the TreeView 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 Tag property. The value of the Header property is displayed in the RadTreeView control, and the Tag property is used to store additional data.
To create tree items, use one of the following methods: