Class GroupChangingEventArgs
Provides data for the
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.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 source of 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. |