Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotGridControl.CloseEditor(AsyncCompletedHandler) Method

Hides the active editor in the asynchronous mode, saving the changes.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public void CloseEditor(
    AsyncCompletedHandler handler
)

Parameters

Name Type Description
handler AsyncCompletedHandler

A AsyncCompletedHandler delegate referencing a method that should be executed after the operation is completed.

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