PivotGridCells.InvalidateCell(PivotCellEventArgs) Method
Invalidates the specified cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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