Skip to main content

PivotCellBaseEventArgs(PivotGridCellItem) Constructor

Initializes a new instance of the PivotCellBaseEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotCellBaseEventArgs(
    PivotGridCellItem cellItem
)

Parameters

Name Type Description
cellItem DevExpress.XtraPivotGrid.Data.PivotGridCellItem

The PivotGridCellItem object.

Remarks

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

See Also