ClassGroupHeaderTapEventArgs
Class
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
Constructors
GroupHeaderTapEventArgs(GroupHeaderContext)
Initializes a new instance of the GroupHeaderTapEventArgs class.
Declaration
cs-api-definition
public GroupHeaderTapEventArgs(GroupHeaderContext context)
Parameters
context
Properties
IsExpanded
Gets a value indicating whether the group is currently expanded (has its child items visible).
Items
Gets the child items of the group.
Declaration
cs-api-definition
public IEnumerable<object> Items { get; }
Property Value
Key
Gets the specific for the group key.