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

PivotDataAreaPopupCreatedEventArgs Class

Provides data for the ASPxPivotGrid.DataAreaPopupCreated event.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public class PivotDataAreaPopupCreatedEventArgs :
    EventArgs

Remarks

The ASPxPivotGrid.DataAreaPopupCreated event is raised after a panel that displays data headers has been created, and enables you to customize its settings and contents.

Inheritance

Object
EventArgs
PivotDataAreaPopupCreatedEventArgs
See Also