Skip to main content

PivotCellDisplayTextEventArgs(PivotGridCellItem) Constructor

In This Article

Initializes a new instance of the PivotCellDisplayTextEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

#Declaration

public PivotCellDisplayTextEventArgs(
    PivotGridCellItem cellItem
)

#Parameters

Name Type Description
cellItem DevExpress.XtraPivotGrid.Data.PivotGridCellItem

The PivotGridCellItem object.

See Also