Skip to main content
A newer version of this page is available. .

PivotGroupEventArgs(PivotGridGroup) Constructor

Initializes a new instance of the PivotGroupEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public PivotGroupEventArgs(
    PivotGridGroup group
)

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