NavigationView.SettingsItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.