Class
GroupHeaderTapEventArgs

Represents the arguments that are passed to the GroupHeaderTapped.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class GroupHeaderTapEventArgs : EventArgs

Inheritance: objectEventArgsGroupHeaderTapEventArgs

Inherited Members EventArgs.Empty

Constructors

GroupHeaderTapEventArgs(GroupHeaderContext)

Initializes a new instance of the GroupHeaderTapEventArgs class.

Declaration

cs-api-definition
public GroupHeaderTapEventArgs(GroupHeaderContext context)

Parameters

context

GroupHeaderContext

Properties

IsExpanded

Gets a value indicating whether the group is currently expanded (has its child items visible).

Declaration

cs-api-definition
public bool IsExpanded { get; }

Property Value

bool

Items

Gets the child items of the group.

Declaration

cs-api-definition
public IEnumerable<object> Items { get; }

Property Value

IEnumerable<object>

Key

Gets the specific for the group key.

Declaration

cs-api-definition
public object Key { get; }

Property Value

object

Level

Gets the zero-based level (or the depth) of the group.

Declaration

cs-api-definition
public int Level { get; }

Property Value

int