Class ListViewGroupStyle
A class exposing properties that could be used to customize the appearance of a ListView group.
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ListViewGroupStyle : ItemStyle, IChildElement
Constructors
ListViewGroupStyle()
Declaration
public ListViewGroupStyle()
Fields
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
TextColor
Gets or sets the color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|