The members of Xamarin.Forms.EntryCell are listed below.
See Also: Inherited members from Xamarin.Forms.Cell
| Initializes a new instance of the EntryCell class. |
static readonly | KeyboardProperty | BindableProperty. Identifies the Keyboard bindable property. |
static readonly | LabelColorProperty | BindableProperty. Identifies the LabelColor bindable property. |
static readonly | LabelProperty | BindableProperty. Identifies the Label bindable property. |
static readonly | PlaceholderProperty | BindableProperty. Identifies the Placeholder bindable property, |
static readonly | TextProperty | BindableProperty. Identifies the Text bindable property. |
static readonly | XAlignProperty | BindableProperty. Identifies the XAlign bindable property. |
| Keyboard | Keyboard. Gets or sets the Keyboard to display while editing the EntryCell. This is a bindable property. | |
| Label | string. Gets or sets the fixed text presented next to the Entry in the EntryCell. This is a bindable property. | |
| LabelColor | Color. Gets or sets the Color used for rendering the Label property. This is a bindable property. | |
| Placeholder | string. Gets or sets the placeholder text displayed in the Entry when the Text is null or empty. This is a bindable property. | |
| Text | string. Gets or sets the content of the Entry of the EntryCell. This is a bindable property. | |
| XAlign | TextAlignment. Gets or sets the horizontal alignement of the Text property. This is a bindable property. |
| Completed | Event fired when the user presses 'Done' on the EntryCell's keyboard |