Back to Devexpress

PivotDataAreaPopupCreatedEventArgs Class

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

latest1.6 KB
Original Source

PivotDataAreaPopupCreatedEventArgs Class

Provides data for the ASPxPivotGrid.DataAreaPopupCreated event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotDataAreaPopupCreatedEventArgs :
    EventArgs
vb
Public Class PivotDataAreaPopupCreatedEventArgs
    Inherits EventArgs

PivotDataAreaPopupCreatedEventArgs is the data class for the following events:

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

PivotDataAreaPopupCreatedEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace