Class GroupChangedEventArgs
Provides data for the GroupExpanded and GroupCollapsed events.
Inherited Members
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class GroupChangedEventArgs : GridEventArgs
Constructors
GroupChangedEventArgs(Object)
Initializes a new instance of the GroupChangedEventArgs class.
Declaration
public GroupChangedEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The original source that triggers 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. |