The properties of Xamarin.Forms.MenuItem are listed below. For a list of all members, see the MenuItem Members list.
See Also: Inherited members from Xamarin.Forms.BaseMenuItem
| Command | System.Windows.Input.ICommand. Gets or sets the command that is run when the menu is clicked. | |
| CommandParameter | object. Gets or sets the parameter that is passed to the command. | |
| Icon | FileImageSource. Gets or sets the icon for the menu item. | |
| IsDestructive | bool. Gets or sets a value that indicates whether or not the menu item removes its associated UI element. | |
| Text | string. The text of the menu item. |