NavigationView.MenuItemsProperty Property

Definition

Identifies the MenuItems dependency property.

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

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

Property Value

The identifier for the MenuItems dependency property.

Applies to