PivotGridControl.ActiveEditor Property
Gets the PivotGrid’s active editor.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Base |
A Base |
#Remarks
Cell values are edited by editors inherited from the BaseEdit class. Once a user starts to edit a cell value, the cell’s editor is created. When editing finishes, the cell editor is destroyed. There can be only one active editor instance at any moment. This editor is returned by the ActiveEditor property.