Class GroupHeaderContext
Represents the context that is passed to a List
Inheritance
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class GroupHeaderContext : Object, INotifyPropertyChanged
Properties
IsExpanded
Gets or sets a value indicating whether the group is currently expanded (has its child items visible).
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
Items
Gets the child items of the group.
Declaration
public IReadOnlyList<object> Items { get; }
Property Value
System.
|
Key
Gets the specific for the group key.
Declaration
public object Key { get; }
Property Value
System.
|
Level
Gets the zero-based level (or the depth) of the group.
Declaration
public int Level { get; }
Property Value
System.
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|
Operators
Implicit(GroupHeaderContext to String)
Declaration
public static implicit operator string (GroupHeaderContext context)
Parameters
Group
|
Returns
System.
|