Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 855 Bytes

navigationview_panetitle.md

File metadata and controls

32 lines (20 loc) · 855 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.NavigationView.PaneTitle
winrt property

Windows.UI.Xaml.Controls.NavigationView.PaneTitle

-description

Gets or sets the label adjacent to the menu icon when the NavigationView pane is open.

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

-xaml-syntax

<NavigationView PaneTitle="string" .../>

-property-value

The label adjacent to the menu icon when the pane is open. The default is an empty string.

-remarks

-see-also

-examples