Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 930 Bytes

navigationview_header.md

File metadata and controls

52 lines (30 loc) · 930 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.NavigationView.Header
winrt property

Microsoft.UI.Xaml.Controls.NavigationView.Header

-description

Gets or sets the header content.

-property-value

The header content for the NavigationView.

-remarks

-see-also

-examples

-xaml-syntax

<NavigationView Header="headerString"/>
<NavigationView>
  <NavigationView.Header>
    headerObject
  </NavigationView.Header>
</NavigationView>

-xaml-values

headerString
headerStringA text string that serves as header content.
headerObject
headerObjectAn single object element that serves as header content. Use discretion when using objects as header content; not all objects are suitable for use within the limited presentation surface that appears for headers.