Class GroupEventArgs
Represents the class that provides data for events that occur on a group level such as GroupCollapsing, GroupCollapsed, GroupExpanding, and GroupExpanded.
Inherited Members
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public sealed class GroupEventArgs : SyncfusionCancelEventArgs
Constructors
GroupEventArgs(Group)
Initializes a new instance of the GroupEventArgs class with a reference to a group.
Declaration
public GroupEventArgs(Group group)
Parameters
Type | Name | Description |
---|---|---|
Group | group | The affected group. |
Properties
Group
Gets the affected group.
Declaration
[TraceProperty(true)]
public Group Group { get; }
Property Value
Type |
---|
Group |