Back to Devexpress

PivotCellEditEventArgs.Edit Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcellediteventargs.md

latest1.1 KB
Original Source

PivotCellEditEventArgs.Edit Property

Gets the editor that has been invoked or closed.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
BaseEdit

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

|

See Also

PivotCellEditEventArgs Class

PivotCellEditEventArgs Members

DevExpress.XtraPivotGrid Namespace