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

PivotCellEditEventArgs Class

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public class PivotCellEditEventArgs :
    PivotCellBaseEventArgs

Remarks

The PivotGridControl.HiddenEditor and PivotGridControl.ShownEditor events are raised after an editor has been closed or invoked, respectively.

The PivotCellEditEventArgs provides the PivotCellEditEventArgs.Edit property used to obtain the processed editor.

Use the following PivotCellEditEventArgs properties to identify a particular cell whose editor has been invoked or closed.

Inheritance

Object
EventArgs
PivotCellEventArgsBase<PivotGridField, DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData, PivotGridCustomTotal>
PivotCellBaseEventArgs
PivotCellEditEventArgs
See Also