Class GroupChangedEventArgs
Provides data for the GroupExpanded and GroupCollapsed events.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GroupChangedEventArgs : GridEventArgs
Constructors
GroupChangedEventArgs(Object)
Initializes a new instance of GroupChangedEventArgs class.
Declaration
public GroupChangedEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |
Properties
Group
Gets the corresponding Group that is expanded or collapsed in view.
Declaration
public Group Group { get; }
Property Value
Type | Description |
---|---|
Group | The Group that is being changed in view. |