Back to Devexpress

CancelPivotCellEditEventArgs.RepositoryItem Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-cancelpivotcellediteventargs.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public RepositoryItem RepositoryItem { get; }
vb
Public ReadOnly Property RepositoryItem As RepositoryItem

Property Value

TypeDescription
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

CancelPivotCellEditEventArgs Class

CancelPivotCellEditEventArgs Members

DevExpress.XtraPivotGrid Namespace