Back to Devexpress

PivotGridControl.ActiveEditor Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-8739981f.md

latest2.0 KB
Original Source

PivotGridControl.ActiveEditor Property

Gets the PivotGrid’s active editor.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
public BaseEdit ActiveEditor { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActiveEditor As BaseEdit

Property Value

TypeDescription
BaseEdit

A BaseEdit descendant that represents the currently active editor. null ( Nothing in Visual Basic) if no cell is currently being edited.

|

Remarks

Cell values are edited by editors inherited from the BaseEdit class. Once a user starts to edit a cell value, the cell’s editor is created. When editing finishes, the cell editor is destroyed. There can be only one active editor instance at any moment. This editor is returned by the ActiveEditor property.

See Also

ShowEditor

HideEditor()

CloseEditor

Cell Editors Overview

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace