Skip to main content
A newer version of this page is available. .

PivotGridControl.CloseEditor() Method

Hides the active editor, saving changes made.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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