NavigationViewSelectionChangedEventArgs.SelectedItemContainer Property

Definition

Gets the container for 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 NavigationViewItemBase ^ SelectedItemContainer { NavigationViewItemBase ^ get(); };
NavigationViewItemBase SelectedItemContainer();
public NavigationViewItemBase SelectedItemContainer { get; }
Public ReadOnly Property SelectedItemContainer As NavigationViewItemBase

Property Value

The container for the selected item.

Remarks

This property gets the NavigationViewItem that is the container for the selected item. To get the data item that was selected, use the SelectedItem property.

Applies to