NavigationView.SettingsItem Property

Definition

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

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.

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