Xamarin.Forms.Button.CommandParameter Property
Gets or sets the parameter to pass to the Command property. This is a bindable property.

Syntax

public object CommandParameter { get; set; }

Value

A object to pass to the command property. The default value is null.

Remarks

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0