PivotCustomCellEditEventArgs.RepositoryItem Property
Gets or sets the in-place editor for the current cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v22.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
RepositoryItem | A RepositoryItem descendant that specifies the in-place editor for the current cell. |
Remarks
The default in-place editor for a cell is identified by the PivotGridField.FieldEdit property. You can override this editor for particular cells, assigning another repository item to the RepositoryItem property. Note that all repository items used in the Pivot Grid Control must be added to the DevExpress.XtraPivotGrid.PivotGridControl.RepositoryItems collection. If you create repository items manually in code, you need to manually add them to this collection.