Back to Devexpress

PivotGridDataAreaPopup Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-htmlcontrols.md

latest3.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridDataAreaPopup :
    ASPxPopupControl
vb
Public Class PivotGridDataAreaPopup
    Inherits 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.

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

ICallbackEventHandler

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxPopupControlBase ASPxPopupControl PivotGridDataAreaPopup

See Also

PivotGridDataAreaPopup Members

DevExpress.Web.ASPxPivotGrid.HtmlControls Namespace