VGridControlBase.InvalidateRow(BaseRow) Method
In This Article
Invalidates the specified row.
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 |
#Remarks
The InvalidateRow method can be useful when you custom paint rows and need to redraw a particular row due to custom changes that don’t lead to automatic repainting.
See Also