Skip to main content

PivotDataAreaPopupCreatedEventArgs(PivotGridDataAreaPopup) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotDataAreaPopupCreatedEventArgs(
    PivotGridDataAreaPopup popup
)

Parameters

Name Type Description
popup PivotGridDataAreaPopup

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

See Also