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

PivotCellEditEventArgs.Edit Property

Gets the editor that has been invoked or closed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public BaseEdit Edit { get; }

Property Value

Type Description
BaseEdit

A BaseEdit object that is the editor that has been invoked or closed.

See Also