In This Article

NavigationBarPanel

Navigation includes a NavigationBarPanel control that can be used to complement a NavigationBar.

Styles

The NavigationBarPanel control provides a Panel control container that can render in three different styles, corresponding to various styles found in Microsoft Office.

Normal

Renders a simple panel with a border.

Screenshot

Renders a panel with a large header, similar to the header found in a NavigationBar control.

Screenshot

SubHeader

Renders a sub-header that can be used within another panel.

Screenshot

Changing Rendering Styles

The rendering styles are represented by the NavigationBarPanelStyle enumeration. To change the rendering style of a NavigationBarPanel control, set the Style property.

Additionally, the Renderer property can be set to provide a custom renderer.