Skip to main content

PivotGridControl.ShowEditor(Point) Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public void ShowEditor(
    Point location
)

Parameters

Name Type Description
location Point

The point where the target cell is located.

See Also