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.
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
The item that represents the entry point to app settings.