Menu.Items 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 menus that belong to this menu.
public System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.MenuItem> Items { get; }
member this.Items : System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.MenuItem>
Property Value
System.Collections.ObjectModel.ObservableCollection<MenuItem>