Xamarin.Forms.TextCell Members

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

See Also: Inherited members from Xamarin.Forms.Cell

Public Constructors

Initializes a new instance of the TextCell class.

Public Fields

static readonly
CommandParameterPropertyBindableProperty. Identifies the CommandParameter bindable property.
static readonly
CommandPropertyBindableProperty. Identifies the Command bindable property.
static readonly
DetailColorPropertyBindableProperty. Identifies the DetailColor bindable property.
static readonly
DetailPropertyBindableProperty. Gets or sets the secondary text to be displayed. This is a bindable property.
static readonly
TextColorPropertyBindableProperty. Identifies the TextColor bindable property.
static readonly
TextPropertyBindableProperty. Identifies the Text bindable property.

Public Properties

CommandSystem.Windows.Input.ICommand. Gets or sets the ICommand to be executed when the TextCell is tapped. This is a bindable property.
CommandParameterobject. Gets or sets the parameter passed when invoking the Command. This is a bindable property.
Detailstring. Gets or sets the secondary text to be displayed in the TextCell. This is a bindable property.
DetailColorColor. Gets or sets the color to render the secondary text. This is a bindable property.
Textstring. Gets or sets the primary text to be displayed. This is a bindable property.
TextColorColor. Gets or sets the color to render the primary text. This is a bindable property.

Protected Methods

override
OnTapped()
Invoked whenever the Cell is Tapped.