Skip to main content

PivotDataAreaPopupCreatedEventArgs.Popup Property

Gets the popup panel displaying hidden field headers.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridDataAreaPopup Popup { get; }

Property Value

Type Description
PivotGridDataAreaPopup

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

See Also