New to Telerik UI for WinForms? Download free 30-day trial

Structure

Figure 1: RadTreeView Structure

WinForms RadTreeView Structure

  1. TreeNodeElement: Represents the entire node element. Contains all other elements.
  2. TreeNodeImageElement: Used for displaying an image.
  3. TreeNodeExpanderItem: Used for expanding/collapsing child nodes if any.
  4. TreeNodeLineElement: Displays a line that connects the nodes.
  5. TreeNodeContentElement: Shows the the node text. Can display additional image as well.

Elements Hierarchy

Figure 2: Elements Hierarchy

WinForms RadTreeView Elements Hierarchy

See Also

In this article