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

Structure

This article will show the internal elements structure of RadNavigationView.

Figure 1: RadNavigationView's Elements Hierarchy

WinForms RadNavigationView Elements Hierarchy

Figure 2: RadNavigationView's structure

WinForms RadNavigationView Structure

RadPageViewNavigationViewElement is the main element of RadNavigationView. It contains:

  • NavigationViewHeaderElement - represents the header element associated with the currently selected page.
  • HamburgerButtonElement - represents the button that is responsible for expanding/collapsing.
  • NavigationViewItemContainer - contains the RadPageViewNavigationViewItems.
  • RadPageViewContentAreaElement - represents the content area associated with the selected page.

See Also

In this article