Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 972 Bytes

navigationview_panecustomcontent.md

File metadata and controls

30 lines (18 loc) · 972 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.NavigationView.PaneCustomContent
winrt property
RS5

Windows.UI.Xaml.Controls.NavigationView.PaneCustomContent

-description

Gets or sets a UI element that is shown in the NavigationView pane.

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

-property-value

The element that is shown in the NavigationView pane.

-remarks

The PaneCustomContent property takes a single UIElement. This is typically a layout panel, such as Grid or StackPanel, that contains additional elements.

-see-also

-examples