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

PivotGridControl.ShowEditor() Method

Invokes the focused cell’s editor.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public void ShowEditor()

Remarks

Use the ShowEditor method to switch the PivotGrid to edit mode in code. End-users can do this by clicking a cell. Before the PivotGrid is switched to edit mode, the PivotGridControl.ShowingEditor event is raised, which allows you to cancel the operation.

Calling the ShowEditor method has no effect in the cases listed below:

See Also