ClassListViewItemStyle
Class
A class exposing properties that could be used to customize the appearance of ListView item.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public class ListViewItemStyle : ItemStyle
Inheritance: objectItemStyleListViewItemStyle
Inherited Members
Constructors
ListViewItemStyle()
Initializes a new instance of the ListViewItemStyle class.
Declaration
cs-api-definition
public ListViewItemStyle()
ListViewItemStyle(ListViewItemStyle)
Initializes a new instance of the ListViewItemStyle class by copying properties from another style.
Declaration
cs-api-definition
public ListViewItemStyle(ListViewItemStyle styleToCopy)
Parameters
styleToCopy
The ListViewItemStyle to copy properties from.
Fields
TextCellTextColorProperty
Identifies the TextCellTextColor property.
Declaration
cs-api-definition
public static readonly BindableProperty TextCellTextColorProperty
Field Value
BindableProperty
Properties
TextCellTextColor
Gets or sets the color of the text in a text cell.
Declaration
cs-api-definition
public Color TextCellTextColor { get; set; }
Property Value
Color
The text color as Color.