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

PivotDataAreaPopupCreatedEventArgs(PivotGridDataAreaPopup) Constructor

Initializes a new instance of the PivotDataAreaPopupCreatedEventArgs class with the specified setting.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotDataAreaPopupCreatedEventArgs(
    PivotGridDataAreaPopup popup
)

Parameters

Name Type Description
popup PivotGridDataAreaPopup

A PivotGridDataAreaPopup object representing the popup panel containing hidden field headers.

See Also