Menu.Item[Int32] Property

Definition

Gets or sets the menu at index.

public Xamarin.Forms.Menu this[int index] { get; set; }
member this.Item(int) : Xamarin.Forms.Menu with get, set

Parameters

index
Int32

The index of the item to get or set.

Property Value

The menu at index.

Implements

Applies to