PivotDataAreaPopupCreatedEventArgs(PivotGridDataAreaPopup) Constructor
Initializes a new instance of the PivotDataAreaPopupCreatedEventArgs class with the specified setting.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
popup | PivotGridDataAreaPopup | A PivotGridDataAreaPopup object representing the popup panel containing hidden field headers. |
See Also