Class GroupExpandedEventArgs
Provides the data when group is expanded.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GroupExpandedEventArgs : SyncfusionEventArgs
Constructors
GroupExpandedEventArgs()
Declaration
public GroupExpandedEventArgs()
Properties
Group
Gets the group.
Declaration
public Group Group { get; }
Property Value
Type | Description |
---|---|
Syncfusion.Windows.Data.Group | The group. |