Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

NavigationViewItem.MenuItems 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 collection of menu items displayed as children of the NavigationViewItem.

public:
 property IVector<Platform::Object ^> ^ MenuItems { IVector<Platform::Object ^> ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
IVector<IInspectable> MenuItems();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public IList<object> MenuItems { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; }
var iVector = navigationViewItem.menuItems;
Public ReadOnly Property MenuItems As IList(Of Object)
<NavigationViewItem>
 <NavigationViewItem.MenuItems>
   NavigationViewItem
 </NavigationViewItem.MenuItems>
</NavigationViewItem>

Property Value

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

The collection of menu items displayed as children of the NavigationViewItem.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Applies to


Feedback

Was this page helpful?