Back to Devexpress

PivotGridControl.ShowEditor() Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-a3728105.md

latest1.8 KB
Original Source

PivotGridControl.ShowEditor() Method

Invokes the focused cell’s editor.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public void ShowEditor()
vb
Public Sub 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

ShowingEditor

Cell Editors Overview

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace