Skip to main content

PivotDataAreaPopupCreatedEventArgs Class

Provides data for the ASPxPivotGrid.DataAreaPopupCreated event.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#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