Xamarin.Forms.TextCell: Property Members

The properties of Xamarin.Forms.TextCell are listed below. For a list of all members, see the TextCell Members list.

See Also: Inherited members from Xamarin.Forms.Cell

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.