Class DataGridColumnGroupChangingEventArgs
Provides data for the GroupExpanding and GroupCollapsing event.
Inheritance
System.Object
DataGridColumnGroupChangingEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridColumnGroupChangingEventArgs : CancelEventArgs
Constructors
DataGridColumnGroupChangingEventArgs(Object)
Initializes a new instance of the DataGridColumnGroupChangingEventArgs class.
Declaration
public DataGridColumnGroupChangingEventArgs(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. |