PivotGroupEventArgs(PivotGridGroup) Constructor
Initializes a new instance of the PivotGroupEventArgs class.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
group | PivotGridGroup | A PivotGridGroup object that specifies 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 corresponding event handlers. Typically, there is no need to call this constructor directly from your code.
See Also