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()
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
Microsoft.Maui.Controls.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
Microsoft.Maui.Graphics.Color
|