PivotGridControl.CloseEditor() Method
Hides the active editor, saving changes made.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Remarks
To save the changes to the database, you should handle the PivotGridControl.EditValueChanged event.
To discard the changes made and close the active editor, call the PivotGridControl.HideEditor method.
See Also