Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CancelPivotCellEditEventArgs.RepositoryItem Property

Gets the repository item which identifies the settings of the in-place editor for the cell.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#Declaration

public RepositoryItem RepositoryItem { get; }

#Property Value

Type Description
RepositoryItem

A RepositoryItem descendant that represents the in-place editor’s settings.

#Remarks

When the current event fires, the in-place editor is not yet created. So, it’s not possible to access the editor. However, the RepositoryItem property allows you to access the editor’s settings.

See Also