PivotGridCells.InvalidateCell(Int32, Int32) Method
Invalidates the cell which is located at the specified position.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
x | Int32 | A zero-based integer which identifies the visible index of the row that contains the cell. |
y | Int32 | A zero-based integer which identifies the visible index of the column that contains 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