NavigationView.SettingsItem Property

Definition

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

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 ^ SettingsItem { Platform::Object ^ get(); };
IInspectable SettingsItem();
public object SettingsItem { get; }
Public ReadOnly Property SettingsItem As Object

Property Value

Object

Platform::Object

IInspectable

The item that represents the entry point to app settings.

Remarks

This item also appears by default as the last item in the FooterMenuItems collection.

To remove the Settings item, set the IsSettingsVisible property to false rather than removing it from the collection.

Applies to