A newer version of this page is available.
Switch to the current version.
PivotCellEventArgs Class
Provides data for the PivotGridControl.CellClick and PivotGridControl.CellDoubleClick events.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
public class PivotCellEventArgs :
PivotCellBaseEventArgs
Public Class PivotCellEventArgs
Inherits PivotCellBaseEventArgs
Related API Members
The following members accept/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>
PivotCellBaseEventArgs
PivotCellEventArgs
See Also
Feedback