windowsforms-devexpress-dot-xtrapivotgrid-24fdd821.md
Provides data for the PivotGridControl.HiddenEditor and PivotGridControl.ShownEditor events.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public class PivotCellEditEventArgs :
PivotCellBaseEventArgs
Public Class PivotCellEditEventArgs
Inherits PivotCellBaseEventArgs
PivotCellEditEventArgs is the data class for the following events:
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.
Object EventArgs PivotCellEventArgsBase<PivotGridField, DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotCellEditEventArgs
See Also