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.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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