NavigationView.PaneCustomContent
NavigationView.PaneCustomContent
NavigationView.PaneCustomContent
NavigationView.PaneCustomContent
Property
Definition
Gets or sets a UI element that is shown in the NavigationView pane.
public : UIElement PaneCustomContent { get; set; }
UIElement PaneCustomContent();
void PaneCustomContent(UIElement panecustomcontent);
public UIElement PaneCustomContent { get; set; }
Public ReadWrite Property PaneCustomContent As UIElement
Property Value
Additional features and requirements
Device family |
Windows 10, version 1809 (introduced v10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v7)
|
Remarks
The PaneCustomContent property takes a single UIElement. This is typically a layout panel, such as Grid or StackPanel, that contains additional elements.
Feedback
Loading feedback...