NavigationView.SettingsItem Property

Definition

Gets the navigation item that represents the entry point to app settings.

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

public:
 property Platform::Object ^ SettingsItem { Platform::Object ^ get(); };
IInspectable SettingsItem();
public object SettingsItem { get; }
var object = navigationView.settingsItem;
Public ReadOnly Property SettingsItem As Object

Property Value

Object

Platform::Object

IInspectable

The item that represents the entry point to app settings.

Applies to