Skip to main content

EditValueChangedEventArgs.Editor Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public BaseEdit Editor { get; }

Property Value

Type Description
BaseEdit

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

See Also