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

PivotDataAreaPopupCreatedEventArgs.Popup Property

Gets the popup panel displaying hidden field headers.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridDataAreaPopup Popup { get; }

Property Value

Type Description
PivotGridDataAreaPopup

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

See Also