Skip to main content

PivotCellEventArgs Class

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotCellEventArgs :
    PivotCellBaseEventArgs

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.

See Also