Back to Devexpress

PivotCellEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-2e9793f9.md

latest3.3 KB
Original Source

PivotCellEventArgs Class

Provides data for the PivotGridControl.CellClick and PivotGridControl.CellDoubleClick events.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

The following members return PivotCellEventArgs objects:

PivotCellEventArgs is the data class for the following events:

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 PivotCustomDrawCellBaseEventArgs

PivotCustomAppearanceEventArgs

PivotCustomDrawCellEventArgs

See Also

PivotCellEventArgs Members

CellClick

CellDoubleClick

DevExpress.XtraPivotGrid Namespace