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