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

PivotCellDisplayTextEventArgs(PivotGridCellItem) Constructor

Initializes a new instance of the PivotCellDisplayTextEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotCellDisplayTextEventArgs(
    PivotGridCellItem cellItem
)

Parameters

Name Type Description
cellItem PivotGridCellItem

A PivotGridCellItem object which provides information on the processed cell.

See Also