Skip to main content
A newer version of this page is available. .

EditValueChangedEventArgs.Editor Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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