PivotGroupEventArgs(PivotGridGroup) Constructor
Initializes a new instance of the PivotGroupEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
group | PivotGridGroup | A PivotGridGroup object that represents the group for which the event has been raised. This value is assigned to the PivotGroupEventArgs.Group property. |
Remarks
Instances of the PivotGroupEventArgs class are automatically created, initialized and passed to the event handlers. Typically, there is no need to call this constructor directly from your code.
See Also