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