Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.18 KB

navigationview_paneheader.md

File metadata and controls

44 lines (29 loc) · 1.18 KB
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.NavigationView.PaneHeader
winrt property
RS5

Windows.UI.Xaml.Controls.NavigationView.PaneHeader

-description

Gets or sets the content for the pane header.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationView.PaneHeader (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-xaml-syntax

<NavigationView>
  <NavigationView.PaneHeader>
    headerElement
  </NavigationView.PaneHeader>
</NavigationView>

-xaml-values

headerElement
headerElementA single UI element that serves as header content. This can be a panel that contains other UI elements.

-property-value

The content of the pane header. The default is null.

-remarks

The PaneHeader property takes a single UIElement, which can be a layout panel that contains additional elements.

-see-also

-examples