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

PivotCellBaseEventArgs(PivotGridCellItem) Constructor

Initializes a new instance of the PivotCellBaseEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotCellBaseEventArgs(
    PivotGridCellItem cellItem
)

Parameters

Name Type Description
cellItem PivotGridCellItem

The PivotGridCellItem object.

Remarks

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

See Also