Skip to main content

CancelPivotCellEditEventArgs(PivotCellViewInfo, RepositoryItem) Constructor

Initializes a new instance of the CancelPivotCellEditEventArgs class with the specified settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public CancelPivotCellEditEventArgs(
    PivotCellViewInfo cellViewInfo,
    RepositoryItem repositoryItem
)

Parameters

Name Type Description
cellViewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo

A PivotCellViewInfo object used to initialize the created CancelPivotCellEditEventArgs object.

repositoryItem RepositoryItem

A RepositoryItem descendant that specifies the in-place editor for the current cell.

See Also