Class GroupChangingEventArgs
Provides data for the GroupExpanding and GroupCollapsing events.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GroupChangingEventArgs : GridCancelEventArgsConstructors
GroupChangingEventArgs(Object)
Initializes a new instance of 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. |