NavigationView.MenuItemsProperty Property

Definition

Identifies the MenuItems dependency property.

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