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

PivotGridControl.ShowEditor(Point) Method

Invokes the in-place editor for the cell at the specified position.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public void ShowEditor(
    Point location
)

Parameters

Name Type Description
location Point

The point where the target cell is located.

See Also