Class GroupExpandCollapseChangingEventArgs
Provides data for the GroupExpanding and GroupCollapsing events.
Inheritance
System.Object
GroupExpandCollapseChangingEventArgs
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public class GroupExpandCollapseChangingEventArgs : CancelEventArgs
Constructors
GroupExpandCollapseChangingEventArgs()
Initializes a new instance of the GroupExpandCollapseChangingEventArgs class.
Declaration
public GroupExpandCollapseChangingEventArgs()
Properties
Groups
Gets a list that corresponding groups being expanded or collapsed in view.
Declaration
public IList<GroupResult> Groups { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<GroupResult> | The |