Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.5 KB

visual-structure.md

File metadata and controls

30 lines (20 loc) · 1.5 KB
title page_title description slug tags published position
Visual Structure
Visual Structure
The article demonstrates the Visual Structure of the RadNavigationView.
radnavigationview-visual-structure
visual,structure
true
1

Visual Structure

This topic defines terms and concepts related to RadNavigationView that you have to get familiar with before you continue reading this help. Figure 1 demonstrates a RadNavigationView with its NavigationPane opened and explanations of the visual elements .

Figure 1: RadNavigationView in the Fluent theme

Rad Combo Box Visual Structure 02

The following table lists the elements that make up a RadNavigationView:

  • PaneHeader: Represents the Header of a RadNavigationView. For more information, read the [Header and Footer]({%slug radnavigationview-header-and-footer%}#customizing-the-header) article.

  • PaneToggleButton: Opens/Closes the NavigationPane which hosts the RadNavigationViewItems.

  • NavigationView Items: RadNavigationViewItems can be populated [statically]({%slug radnavigationview-getting-started%}#populating-with-items) or through [databinding]({%slug radnavigationview-populating-with-data-databinding%}).

  • Pane Footer: Represents the Footer of a RadNavigationView. For more information, read the [Header and Footer]({%slug radnavigationview-header-and-footer%}#customizing-the-footer) article.

See Also

  • [Getting Started]({%slug radnavigationview-getting-started%})