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

PivotGridDataAreaPopup Class

Represents a popup panel that contains hidden field headers when the ASPxPivotGrid’s display mode is PivotDataHeadersDisplayMode.Popup.

Namespace: DevExpress.Web.ASPxPivotGrid.HtmlControls

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

Declaration

public class PivotGridDataAreaPopup :
    ASPxPopupControl

The following members return PivotGridDataAreaPopup objects:

Remarks

This class represents a popup panel that contains data field headers when the PivotGridWebOptionsView.DataHeadersDisplayMode property is set to ‘Popup’. This panel is initially hidden, and it pops up when an end-user hovers the mouse over the data header area.

See Also