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 |
---|---|
Repository |
A Repository |
#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.