PivotGridDataAreaPopup Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotGridDataAreaPopup :
ASPxPopupControl
#Related API Members
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.
#Implements
Show 15 items
#Inheritance
See Also