Xamarin.Forms.ToolbarItem Members

The members of Xamarin.Forms.ToolbarItem are listed below.

See Also: Inherited members from Xamarin.Forms.MenuItem

Public Constructors

Constructs and initializes a new instance of the Xamarin.Forms.ToolbarItem class.
Constructs and initializes a new instance of the Xamarin.Forms.ToolbarItem class.

Public Fields

static readonly
CommandParameterPropertyBindableProperty. Backing store for the ToolBarItem.ComandParameter property.
static readonly
CommandPropertyBindableProperty. Backing store for the ToolBarItem.Comand property.

Public Properties

CommandSystem.Windows.Input.ICommand. Gets or sets the System.Windows.Input.ICommand to be invoked on activation.
CommandParameterobject. Gets or sets the parameter to pass to the System.Windows.Input.ICommand that is invoked on activation.
IconFileImageSource. Gets or sets a string that identifies the image that is displayed on this Xamarin.Forms.ToolbarItem element.
Namestring. Gets or sets the name of the Xamarin.Forms.ToolbarItem.
OrderToolbarItemOrder. Gets or sets a value that indicates on which of on the primary, secondary, or default toolbar surfaces to display this Xamarin.Forms.ToolbarItem element.
Priorityint. Gets or sets the priority of this Xamarin.Forms.ToolbarItem element.

Public Events

ActivatedRaised when the Xamarin.Forms.ToolbarItem is touched or clicked.

Explicitly Implemented Interface Members

Xamarin.Forms.IElement.ParentElement. Gets or sets the toolbar to which this Xamarin.Forms.ToolbarItem element belongs.
Xamarin.Forms.IElement.XamlParentWeakReference<Element>. Gets or sets a weak reference to the parent of this Xamarin.Forms.ToolbarItem object.