Class ListViewStyleContext
Represents a context containing various style settings for list view items.
Inheritance
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ListViewStyleContext : Object
Constructors
ListViewStyleContext()
Declaration
public ListViewStyleContext()
Properties
ItemStyle
Gets or sets the default item style.
Declaration
public ListViewItemStyle ItemStyle { get; set; }
Property Value
ListViewItemStyle
The ListViewItemStyle for normal items. |
PressedItemStyle
Gets or sets the style for pressed items.
Declaration
public ListViewItemStyle PressedItemStyle { get; set; }
Property Value
ListViewItemStyle
The ListViewItemStyle for pressed items. |
ReorderItemStyle
Gets or sets the style for items being reordered.
Declaration
public ListViewItemStyle ReorderItemStyle { get; set; }
Property Value
ListViewItemStyle
The ListViewItemStyle for items during reorder operations. |
SelectedItemStyle
Gets or sets the style for selected items.
Declaration
public ListViewItemStyle SelectedItemStyle { get; set; }
Property Value
ListViewItemStyle
The ListViewItemStyle for selected items. |