Xamarin.Forms.Core 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BaseMenuItem Xamarin.Forms.IMenuItemController Class that presents a menu item and associates it with a command. XAML for Xamarin.Forms supports the following properties for the class: 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. Constructor 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Intitializes a new instance. To be added. Method 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.Void To be added. To be added. Event 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler Event that is raised when the menu item is clicked. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Windows.Input.ICommand Gets or sets the command that is run when the menu is clicked. To be added. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Object Gets or sets the parameter that is passed to the command. To be added. To be added. Field 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the command parameter bound property. To be added. Field 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the command bound property. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.FileImageSource Gets or sets the icon for the menu item. To be added. To be added. Field 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identfies the icon bound property. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets or sets a value that indicates whether or not the menu item removes its associated UI element. To be added. To be added. Field 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the IsDestructive bound property. To be added. Property 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.Boolean To be added. To be added. To be added. Field 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) Xamarin.Forms.BindableProperty To be added. To be added. Property 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.String To be added. To be added. To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void When overriden by an app dev, implements behavior when the menu item is clicked. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.String The text of the menu item. To be added. To be added. Field 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the text bound property. To be added.