Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotCustomCellEditEventArgs(PivotGridCellItem, RepositoryItem) Constructor

Initializes a new instance of the PivotCustomCellEditEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotCustomCellEditEventArgs(
    PivotGridCellItem cellItem,
    RepositoryItem repositoryItem
)

Parameters

Name Type Description
cellItem PivotGridCellItem

A PivotGridCellItem object.

repositoryItem RepositoryItem

A RepositoryItem object. This value is assigned to the PivotCustomCellEditEventArgs.RepositoryItem property.

See Also