Back to Devexpress

ASPxPivotGrid.DataAreaPopupCreated Event

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-979c2072.md

latest2.2 KB
Original Source

ASPxPivotGrid.DataAreaPopupCreated Event

Occurs after a panel that displays data headers has been created.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public event EventHandler<PivotDataAreaPopupCreatedEventArgs> DataAreaPopupCreated
vb
Public Event DataAreaPopupCreated As EventHandler(Of PivotDataAreaPopupCreatedEventArgs)

Event Data

The DataAreaPopupCreated event's data class is PivotDataAreaPopupCreatedEventArgs. The following properties provide information specific to this event:

PropertyDescription
PopupGets the popup panel displaying hidden field headers.

Remarks

The ASPxPivotGrid allows you to display data in a more compact manner, by temporarily hiding data field headers. To do this, set the PivotGridWebOptionsView.DataHeadersDisplayMode property to ‘Popup’. In this instance, data fields are displayed within a hidden panel, which pops up when an end-user hovers the mouse over the data header area.

The DataAreaPopupCreated event is raised after a panel that displays data headers has been created, and enables you to customize its settings and contents. To obtain the popup panel, use the event parameter’s Popup property.

See Also

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace