What is TreeView control?

  • It is one of the site navigation control.
  • Items in the TreeView control will be represented by using nodes collection.
  • Each node will be represented by using TreeNode object.
  • Each node can contain number of other nodes as child nodes.
  • All child nodes of node will be represented by using child nodes collection.