See Also: MenuItem Members
The Xamarin.Forms.MenuItem class has the following XAML properties:
| Property | Value |
|---|---|
| Command | A binding to a command. |
| CommandParameter | A parameter to pass to the command. |
| IsDestructive | true or false, to indicate whether the command deletes an item in a list. |
| Text | The text to display on the menu item. |