Skip to main content

PivotGridControl.CloseEditor() Method

Hides the active editor, saving changes made.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public void CloseEditor()

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