VGridControlBase.InvalidateRowCells(BaseRow, Int32) Method
In This Article
Invalidates the specified row cells.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row | Base |
A Base |
record |
Int32 | A zero-based integer value that specifies the index of the record that contains the cells. |
#Remarks
The InvalidateRowCells method can be useful when you custom paint row cells and need to redraw the cells that reside within a particular record due to custom changes that don’t lead to automatic repainting. To repaint the whole row use the VGridControlBase.InvalidateRow method.
See Also