Xamarin.Forms.TextCell.Command Property
Gets or sets the ICommand to be executed when the TextCell is tapped. This is a bindable property.

Syntax

public System.Windows.Input.ICommand Command { get; set; }

Value

Remarks

Setting the Command property has a side effect of changing the Enabled property depending on ICommand.CanExecute.

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