aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-htmlcontrols.md
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.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotGridDataAreaPopup :
ASPxPopupControl
Public Class PivotGridDataAreaPopup
Inherits ASPxPopupControl
The following members return PivotGridDataAreaPopup objects:
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.
Show 15 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxPopupControlBase ASPxPopupControl PivotGridDataAreaPopup
See Also