Skip to main content

PivotCellEditEventArgs.Edit Property

Gets the editor that has been invoked or closed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.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