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
| Command | System.Windows.Input.ICommand. Gets or sets the ICommand to be executed when the TextCell is tapped. This is a bindable property. | |
| CommandParameter | object. Gets or sets the parameter passed when invoking the Command. This is a bindable property. | |
| Detail | string. Gets or sets the secondary text to be displayed in the TextCell. This is a bindable property. | |
| DetailColor | Color. Gets or sets the color to render the secondary text. This is a bindable property. | |
| Text | string. Gets or sets the primary text to be displayed. This is a bindable property. | |
| TextColor | Color. Gets or sets the color to render the primary text. This is a bindable property. |