Back to Devexpress

EditValueChangedEventArgs.Editor Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-editvaluechangedeventargs.md

latest1.2 KB
Original Source

EditValueChangedEventArgs.Editor Property

Gets the editor that was used to change the processed cell value.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public BaseEdit Editor { get; }
vb
Public ReadOnly Property Editor As BaseEdit

Property Value

TypeDescription
BaseEdit

A BaseEdit object, which is the editor that was used to change the processed cell value.

|

See Also

EditValueChangedEventArgs Class

EditValueChangedEventArgs Members

DevExpress.XtraPivotGrid Namespace