Class GroupChangingEventArgs
Provides data for the GroupExpanding and GroupCollapsing events.
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class GroupChangingEventArgs : GridCancelEventArgs
  Constructors
GroupChangingEventArgs(Object)
Initializes a new instance of the GroupChangingEventArgs class.
Declaration
public GroupChangingEventArgs(object originalSource)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | originalSource | The original source that triggers the event.  | 
      
Properties
Group
Gets the corresponding group that is being expanded or collapsed in view.
Declaration
public Group Group { get; }
  Property Value
| Type | Description | 
|---|---|
| Group | The Group that is being changed in view.  |