Skip to main content
A newer version of this page is available. .

PivotGridCells.InvalidateCell(PivotCellEventArgs) Method

Invalidates the specified cell.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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