Class ListViewGroupStyle
A class exposing properties that could be used to customize the appearance of a ListView group.
Inherited Members
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.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
Xamarin.Forms.BindableProperty
|
Properties
TextColor
Gets or sets the color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|