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