NavigationView.IsSettingsVisibleProperty Property

Definition

Identifies the IsSettingsVisible dependency property.

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

public:
 static property DependencyProperty ^ IsSettingsVisibleProperty { DependencyProperty ^ get(); };
static DependencyProperty IsSettingsVisibleProperty();
public static DependencyProperty IsSettingsVisibleProperty { get; }
var dependencyProperty = NavigationView.isSettingsVisibleProperty;
Public Shared ReadOnly Property IsSettingsVisibleProperty As DependencyProperty

Property Value

The identifier for the IsSettingsVisible dependency property.

Applies to