windowsforms-devexpress-dot-xtrapivotgrid-2e9793f9.md
Provides data for the PivotGridControl.CellClick and PivotGridControl.CellDoubleClick events.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public class PivotCellEventArgs :
PivotCellBaseEventArgs
Public Class PivotCellEventArgs
Inherits PivotCellBaseEventArgs
The following members return PivotCellEventArgs objects:
PivotCellEventArgs is the data class for the following events:
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.
Object EventArgs PivotCellEventArgsBase<PivotGridField, DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotCellEventArgs PivotCustomDrawCellBaseEventArgs
PivotCustomAppearanceEventArgs
See Also