Class GroupExpandCollapseChangingEventArgs
Provides data for the GroupExpanding and GroupCollapsing events.
Inheritance
System.Object
GroupExpandCollapseChangingEventArgs
Namespace: Syncfusion.WinForms.ListView.Events
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class GroupExpandCollapseChangingEventArgs : CancelEventArgs
Constructors
GroupExpandCollapseChangingEventArgs()
Initializes a new instance of the GroupExpandCollapseChangingEventArgs class.
Declaration
public GroupExpandCollapseChangingEventArgs()
Properties
Group
Gets a group that is being expanded or collapsed in view.
Declaration
public GroupResult Group { get; }
Property Value
Type | Description |
---|---|
GroupResult | The GroupResult that is being changed in view. |