VGridControlBase.InvalidateRow(BaseRow) Method
Invalidates the specified row.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | BaseRow | A BaseRow descendant that represents the row to be invalidated. |
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