Skip to main content

PivotGridCells.InvalidateCell(PivotCellEventArgs) Method

Invalidates the specified cell.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public void InvalidateCell(
    PivotCellEventArgs cellInfo
)

Parameters

Name Type Description
cellInfo PivotCellEventArgs

A PivotCellEventArgs object that identifies the cell.

Remarks

The InvalidateCell method may be useful when you custom paint cells and need to redraw a particular cell due to custom changes that don’t lead to automatic repainting.

See Also