MenuFlyout.Items Property

Definition

Gets the collection used to generate the content of the menu.

C#
public IList<MenuFlyoutItemBase> Items { get; }
XAML
<MenuFlyout>
  oneOrMoreItems
</MenuFlyout>

Property Value

The collection that is used to generate the content of the menu. The default is an empty collection.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also