Back to Devexpress

PivotCellEditEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-24fdd821.md

latest4.6 KB
Original Source

PivotCellEditEventArgs Class

Provides data for the PivotGridControl.HiddenEditor and PivotGridControl.ShownEditor events.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class PivotCellEditEventArgs :
    PivotCellBaseEventArgs
vb
Public Class PivotCellEditEventArgs
    Inherits PivotCellBaseEventArgs

PivotCellEditEventArgs is the data class for the following events:

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

PivotCellEditEventArgs Members

DevExpress.XtraPivotGrid Namespace