Xamarin.Forms.EntryCell Members

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

See Also: Inherited members from Xamarin.Forms.Cell

Public Constructors

Initializes a new instance of the EntryCell class.

Public Fields

static readonly
KeyboardPropertyBindableProperty. Identifies the Keyboard bindable property.
static readonly
LabelColorPropertyBindableProperty. Identifies the LabelColor bindable property.
static readonly
LabelPropertyBindableProperty. Identifies the Label bindable property.
static readonly
PlaceholderPropertyBindableProperty. Identifies the Placeholder bindable property,
static readonly
TextPropertyBindableProperty. Identifies the Text bindable property.
static readonly
XAlignPropertyBindableProperty. Identifies the XAlign bindable property.

Public Properties

KeyboardKeyboard. Gets or sets the Keyboard to display while editing the EntryCell. This is a bindable property.
Labelstring. Gets or sets the fixed text presented next to the Entry in the EntryCell. This is a bindable property.
LabelColorColor. Gets or sets the Color used for rendering the Label property. This is a bindable property.
Placeholderstring. Gets or sets the placeholder text displayed in the Entry when the Text is null or empty. This is a bindable property.
Textstring. Gets or sets the content of the Entry of the EntryCell. This is a bindable property.
XAlignTextAlignment. Gets or sets the horizontal alignement of the Text property. This is a bindable property.

Public Events

CompletedEvent fired when the user presses 'Done' on the EntryCell's keyboard