NavigationView.SelectedItem Property

Definition

Gets or sets the selected item.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Platform::Object ^ SelectedItem { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable SelectedItem();

void SelectedItem(IInspectable value);
public object SelectedItem { get; set; }
Public Property SelectedItem As Object
<NavigationView SelectedItem="bindingReference" .../>

Property Value

Object

Platform::Object

IInspectable

The selected item. The default is null.

Applies to