Skip to main content

PivotGroupEventArgs(PivotGridGroup) Constructor

Initializes a new instance of the PivotGroupEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGroupEventArgs(
    PivotGridGroup group
)

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