Back to Devexpress

PivotGridControl.ShowEditor(Point) Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-showeditor-x28-system-dot-drawing-dot-point-x29.md

latest1.3 KB
Original Source

PivotGridControl.ShowEditor(Point) Method

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public void ShowEditor(
    Point location
)
vb
Public Sub ShowEditor(
    location As Point
)

Parameters

NameTypeDescription
locationPoint

The point where the target cell is located.

|

See Also

Cell Editors Overview

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace