Xamarin.Forms.Entry.Text Property
Gets or sets the text of the entry. This is a bindable property.

Syntax

public string Text { get; set; }

Value

A string containing the text of the entry. The default value is null.

Remarks

Setting this property will cause the Entry.ValueChanged event to be emitted.

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