Share via


NavigationViewTemplateSettings.OverflowButtonVisibilityProperty Property

Definition

Identifies the OverflowButtonVisibility dependency property.

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

public:
 static property DependencyProperty ^ OverflowButtonVisibilityProperty { DependencyProperty ^ get(); };
static DependencyProperty OverflowButtonVisibilityProperty();
public static DependencyProperty OverflowButtonVisibilityProperty { get; }
var dependencyProperty = NavigationViewTemplateSettings.overflowButtonVisibilityProperty;
Public Shared ReadOnly Property OverflowButtonVisibilityProperty As DependencyProperty

Property Value

The identifier for the OverflowButtonVisibility dependency property.

Applies to