Back to Devexpress

PivotGridControl.EditValue Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-6a0f1291.md

latest1.7 KB
Original Source

PivotGridControl.EditValue Property

Gets or sets the active editor’s value.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
public object EditValue { get; set; }
vb
<Browsable(False)>
Public Property EditValue As Object

Property Value

TypeDescription
Object

An object that represents the active editor’s value.

|

Remarks

If the PivotGrid control isn’t switched to edit mode, the EditValue property returns a null reference. The currently active editor is returned by the PivotGridControl.ActiveEditor property.

See Also

EditValueChanged

ActiveEditor

Cell Editors Overview

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace