Class ListViewItemStyle
A class exposing properties that could be used to customize the appearance of ListView item.
Inherited Members
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class ListViewItemStyle : ItemStyle, IChildElement
Constructors
ListViewItemStyle()
Declaration
public ListViewItemStyle()
ListViewItemStyle(ListViewItemStyle)
Declaration
public ListViewItemStyle(ListViewItemStyle styleToCopy)
Parameters
ListViewItemStyle
styleToCopy
|
Fields
TextCellTextColorProperty
Identifies the TextCellTextColor property.
Declaration
public static readonly BindableProperty TextCellTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
TextCellTextColor
Gets or sets the color of the color of the text in a text cell.
Declaration
public Color TextCellTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|