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