PivotCellEventArgs Class
Provides data for the PivotGridControl.CellClick and PivotGridControl.CellDoubleClick events.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
Related API Members
The following members return PivotCellEventArgs objects:
Remarks
The PivotCellEventArgs inherits properties from the PivotCellBaseEventArgs class that identify the row and column in which the processed cell resides, the data field to which the cell corresponds. It introduces the PivotCellEventArgs.Focused and PivotCellEventArgs.Selected properties that identify whether the processed cell is focused or selected, respectively.
Inheritance
Object
EventArgs
PivotCellEventArgsBase<PivotGridField, DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData, PivotGridCustomTotal>
See Also